C++ Tutorial: Introduction to Inheritance and Polymorphism


In this C++ tutorial we’re going to take an initial look at inheritance and polymorphism. We’ll look at what they are, why they’re useful and we’ll see how to setup a set of classes that use it.

📂 Grab the full project ➠ https://github.com/GameDevEducation/CPlusPlus_IntroToInheritanceAndPolymorphism

2 views