S01E18 of 24 episodes

Objects with Inheritance and Polymorphism

How to Program: Computer Science Concepts and Python Exercises(2016)
October 31, 2016 33m
Ended
English

Dig deeper into object-oriented design, seeing how encapsulation-combining data and the functions that deal with data into a single package-is the basis for two other object-oriented features: inheritance and polymorphism. Apply these ideas to sports statistics.