Home » JAVA Programming » Abstraction » Question
  1. If a class inheriting an abstract class does not define all of its function then it will be known as?
    1. A simple class
    2. interface
    3. Abstract
    4. Static class
    5. None of these
Correct Option: C

Any subclass of an abstract class must either implement all of the abstract method in the superclass or be itself declared abstract.



Your comments will be displayed only after manual approval.