Video details loaded

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.