

MCQOPTIONS
Saved Bookmarks
1. |
Which among the following is wrong? |
A. | class student{ }; student s; |
B. | class student{ }; student s; |
C. | abstract class student{ }s[50000000]; |
D. | abstract class student{ }; class toppers: public student{ }; topper t; |
Answer» C. abstract class student{ }s[50000000]; | |