Tell me something about abstract classes?
Answers
Answered by
0
An abstract class is a template definition of methods and variables of a class(category of objects) that contains one or more abstracted methods. Abstract classes are used in all object-oriented programming (OOP) languages.
Similar questions