Users Also Read
MCQ's Search Engine
Electrical Engineering
Mechanical Engineering
Civil Engineering
Automobile Engineering
Chemical Engineering
Computer Engineering
Electronics Engineering
Medical Science Engg
Which of the following is/are true for an abstract class? | |
A. | It is a class that really isn’t supposed to ever be instantiated but instead serves as a base class. [Wrong Answer] |
B. | A class is declared abstract by prefacing the definition with the word abstract. [Wrong Answer] |
C. | A class is declare abstract by using the keyword implements. [Correct Answer] |
D. | Attempting to instantiate an abstract class results in an error. [Wrong Answer] |