Computer Science, asked by tusharbaliyan7003, 1 year ago

Tell me something about abstract classes?

Answers

Answered by prince614710
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