Computer Science, asked by sandhyasmiley99, 13 days ago

When a class inherits an abstract class and it does not implement all the abstract methods in that abstract class, then that class should be O Either abstract or concrete class O An abstract class w N O A concrete class SUBMIT ALL​

Answers

Answered by vishnumurthyR
0

Answer:

Explanation:

: If a child does not implement all the abstract methods of abstract parent class, then the child class must need to be declared abstract as well.

Similar questions