Video details loaded
HomeMIT 6.100L Introduction to CS and Programming using Python, Fall 2022Lecture 19: Inheritance
Lecture 19: Inheritance
1:16:55
This lecture describes how to add layers of complexity through hierarchies and child classes which inherit data and methods from parent classes. Like functions, classes are a mechanism for decomposition and abstraction in programming.