Implement Protected Inheritance

# Introduction In this lab, you need to create a program that implements protected inheritance by creating classes `Person` and `Employee`, where `Employee` is derived from `Person`, and then create an object of `Employee` class to print the values of the `name` and `address` variables.

|60 : 00

Click the virtual machine below to start practicing