How many abstract classes can a single program contain?

How many abstract classes can a single program contain? Correct Answer As many as required

There is no restriction on the number of abstract classes that can be defined inside a single program. The programs can use as many abstract classes as required. But the functions with no body must be implemented.

Related Questions