

MCQOPTIONS
Saved Bookmarks
1. |
If an abstract class has all the private members, then _________$ |
A. | No class will be able to implement members of abstract class |
B. | Only single inheritance class can implement its members |
C. | Only other enclosing classes will be able to implement those members |
D. | No class will be able to access those members but can implement. |
Answer» B. Only single inheritance class can implement its members | |