DEV Community

Cover image for Day 37 Of Documenting My Learning Journey
James Kabuga
James Kabuga

Posted on

Day 37 Of Documenting My Learning Journey

What I Did Today

  1. 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.

See Python Script Below:

ResourceS I Used

  1. Python Refresher Series By Bonaventure Ogeto on Youtube
  2. 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)