Which Among The Following Is Not Allowed For Data Member #270
Which among the following is not allowed for data member declaration?
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 Class Members & Types - Object Oriented Programming MCQ: Data Members - Quiz No.2.
Which among the following is not allowed for data member declaration?
int a;
static int a;
abstract a;
Boolean a;