📄️ Inheritance
In Python, inheritance in classes allows a child class to inherit and extend the attributes and methods of a parent class.
📄️ Fixed-Size Array and Linked List
In this lesson we will detour a little bit to discuss two kinds of list. One is a Fixed Size Array and the other one is a Linked List. Both are list but they have their differences.