14 - Inheritance π¨βπ©βπ§βπ¦ & Super! π¦Έπ»
14 - Inheritance π¨βπ©βπ§βπ¦ & Super! π¦Έπ»
Classes can be similar and inherit from their ancestors.
What are we learning?
What are we learning?
In this lesson we will:
Discuss the idea of inheritance between animals or families
How can this be applied to OOP?
Objects with similar properties / methods
What is a subclass?
Inheriting from a parent or "superclass"
π€Έπ» Humans are a mammal - we have lungs and live births.
π³ Whales are also a mammal.
π¦ So are Giraffes.
All of those "subclasses" of mammal share certain traits, but are also unique in various ways.
Similarly, classes in OOP can inherit properties and methods (called members) from their parent or superclass.
Everything is in the README of the Repo π
Everything is in the README of the Repo π
14 - Inheritance and Super π click for the lesson repo