

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true in the case of abstract class |
A. | Abstract constructors cannot be created. |
B. | Abstract classes can not be inherited. |
C. | An abstract class contains only abstract methods. |
D. | All of the above. |
Answer» B. Abstract classes can not be inherited. | |