Lecture 11: OOP and Inheritance
In this lecture, we learn about object-oriented programming (OOP) and how classes are used to implement new types of objects in Python. As part of that discussion we introduce inheritance. Topics covered: Object-oriented programming (OOP), abstract data types, specifications, subclasses, inheritance.