Object-Oriented Programming with Polymorphism

Study a key object-oriented feature called polymorphism, which means “many shapes” and refers to the ability of a class to be used in multiple ways. Start with a superclass that is specialized into multiple subclasses, each of which has a different implementation. Learn to define virtual functions for the superclass, leading to diverse properties in the subclasses.

English
  • Originally Aired January 1, 2019
  • Runtime 30 minutes
  • Created November 2, 2024 by
    HadesMeat
  • Modified November 2, 2024 by
    HadesMeat