C++ Single Level Inheritance

# Introduction In this lab, you will learn how to demonstrate the concept of Single Level Inheritance in the C++ programming language. You will create two classes, a parent class and a child class, where the child class (derived class) inherits the characteristics (properties and methods) of the parent class (base or super class).

|60 : 00

Click the virtual machine below to start practicing