Which Among The Following Is Wrong #40
Which among the following is wrong?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 OOPs Concept & Features - OOPs MCQ: Objects - Quiz No.1.
Which among the following is wrong?
class student{ }; student s;
abstract class student{ }; student s;
abstract class student{ }s[50000000];
abstract class student{ }; class toppers: public student{ }; topper t;