Can one abstract class extend another abstract class and increase functionality

Viewed 61440

I have an abstract class. I want to extend the abstract class by another abstract class and then implement the extended abstract class. Is it possible .If yes, whether it's a good approach in point of view regarding OOPS?

5 Answers
Related