Video details loaded
HomeMIT 6.100L Introduction to CS and Programming using Python, Fall 2022Lecture 17: Python Classes
Lecture 17: Python Classes
47:48
Prof. Bell discusses how classes make it easy to reuse code. Each class has a separate environment (no collision on function names) and inheritance allows subclasses to redefine or extend a selected subset of a superclass’s behavior.