Q.

Which of the following statements about abstract methods/classes in JAVA is true?

A. An abstract class cannot be instantiated.
B. Constructors can be abstract..
C. A subclass of an abstract class must defined the abstract methods..
D. Static methods may be declared abstract.
Answer» A. An abstract class cannot be instantiated.
1.5k
0
Do you find this helpful?
19

View all MCQs in

Java Programming

Discussion

No comments yet