If An Abstract Class Has All The Private Members Then #207
If an abstract class has all the private 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: Access Specifiers - Quiz No.2.
If an abstract class has all the private members, then _________
No class will be able to implement members of abstract class
Only single inheritance class can implement its members
Only other enclosing classes will be able to implement those members
No class will be able to access those members but can implement.