Open In App

Java | Abstract Class and Interface | Question 1

Like Article
Like
Save Article
Save
Share
Report issue
Report

Which of the following is FALSE about abstract classes in Java
(A) If we derive an abstract class and do not implement all the abstract methods, then the derived class should also be marked as abstract using ‘abstract’ keyword
(B) Abstract classes can have constructors
(C) A class can be made abstract without any abstract method
(D) A class can inherit from multiple abstract classes.


Answer: (D)

Explanation:

Quiz of this Question


Last Updated : 28 Jun, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads