On Which Specifiers Data Does The Size Of A Classs Object Depend #205
On which specifier’s data, does the size of a class’s object depend?
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 Access Specifiers - OOPs MCQ: Access Specifiers - Quiz No.1.
On which specifier’s data, does the size of a class’s object depend?
All the data members are added
Only private members are added
Only public members are added
Only default data members are added