Object Oriented Programming in Python — Inheritance and Subclass

Understand the basic concept of Inheritance and apply them by creating Subclasses.

Arafath Hossain
Towards Data Science
7 min readMar 16, 2022

--

Photo by Julia Kadel on Unsplash

This article is part of an ongoing series on Object Oriented Programming (OOP) in Python. In this article I will start the discussion from where we left in my last post — OOP in Python — Understanding a Class.

--

--