What I Did Today
- Learnt OOP Basics Part 2.
On What I learnt Today
INHERITANCE
This is a child class inheriting the data and behaviours from another parent class.
Super-class / Parent class = Main class
Sub-class -> A class that inherits the data and behaviours of the parent class.
ResourceS I Used
- Python Refresher Series By Bonaventure Ogeto on Youtube
- Github to Document My Learning Journey by Pushing and Commiting to my Public Repository.
What's Next
Python OOP Basics on Encapsulation

Top comments (0)