Unit 9: Inheritance

Inheritance is a fundamental concept in object-oriented programming (OOP) that allows a class (called the child or subclass) to inherit properties and methods from another class (called the parent or superclass).

N
NUM8ERS
9.7 Object Superclass: The Foundation of Java's Class Hierarchy
January 12, 2025
Save
9.7 Object Superclass: The Foundation of Java's Class Hierarchy
N
NUM8ERS
9.6 Polymorphism in Object-Oriented Programming
January 12, 2025
Save
9.6 Polymorphism in Object-Oriented Programming
N
NUM8ERS
9.5 Creating References Using Inheritance Hierarchies
January 12, 2025
Save
9.5 Creating References Using Inheritance Hierarchies
N
NUM8ERS
9.4 Super Keyword: Unlocking the Power of Java Inheritance
January 12, 2025
Save
9.4 Super Keyword: Unlocking the Power of Java Inheritance
N
NUM8ERS
9.3 Overriding Methods: A Comprehensive Guide
January 12, 2025
Save
9.3 Overriding Methods: A Comprehensive Guide
N
NUM8ERS
9.2 Writing Constructors for Subclasses
January 12, 2025
Save
9.2 Writing Constructors for Subclasses
N
NUM8ERS
9.1 Creating Superclasses and Subclasses
January 11, 2025
Save
9.1 Creating Superclasses and Subclasses
N
NUM8ERS
Unit 9 Overview : Inheritance, Everything You Need To Know.
January 11, 2025
Save
Unit 9 Overview : Inheritance, Everything You Need To Know.