Implementing Private Inheritance

# Introduction In this lab, we need to implement private inheritance by creating a `Person` class with `name` and `address` variables, deriving an `Employee` class from `Person` in private mode, initializing the `Employee` class attributes, and creating getter functions to retrieve the values of these attributes.

|60 : 00

Click the virtual machine below to start practicing