1.

What Is Inheritance?

Answer»

Inheritance is property such that a parent (or super) CLASS passes the CHARACTERISTICS of itself to children (or sub) classes that are derived from it. The sub-class has the option of modifying these characteristics in order to make a different but fundamentally RELATED class from the super-class.

Inheritance is property such that a parent (or super) class passes the characteristics of itself to children (or sub) classes that are derived from it. The sub-class has the option of modifying these characteristics in order to make a different but fundamentally related class from the super-class.



Discussion

No Comment Found