Inheritance
« Back to Glossary IndexInheritance allows a class to acquire properties and methods of another class. It promotes code reuse and hierarchical design. Inheritance must be used carefully. Example: A subclass extending a base class.
« Back to Glossary Index