Breaking

Monday, November 8, 2021

Subclass Definition (programming)

A subclass is a child class of a parent class (base class, superclass, ancestor class); it is a class derived from another class. In other words, a subclass is a description of a class based on the structure of another class. Some programming languages ​​also allow a class to have multiple parents. Subclasses and classes are used in object-oriented programming (POO). Subclass characteristics

No comments:

Post a Comment