Computer Science, asked by madansuthar3176, 10 months ago

What is the importance of abstract classes in programming?

Answers

Answered by shimmygovindpv
0

An abstract class is a class that is declared abstract—it may or may not include abstract methods. Abstract classes cannot be instantiated, but they can be subclassed.

Similar questions