If A Class Doesnt Have Public Members Then #253
If a class doesn’t have public members, then________
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: Public Access Specifier - Quiz No.2.
If a class doesn’t have public members, then________
None of its members will be able to get inherited
None of its instance creation will be allowed
None of its member function can be called outside the class
None of its data members will be able to get initial value