This video demonstrates how to inherit a child class from a parent class in C++. Visual studio code is used, including FleeXO's Class Creator extension. I start with a UML diagram of an existing class and demonstrate the inherited classes. I then build the inherited class including setters, getters, default, parameterized constructors, a to_string that uses the parent to_string and a class method. I then call the child class and parent class in a simple main.