Base Class Access Specifier on the Table 15-1
The base class access specifier determines the access privillege of a derived class to its base class.
In this exercise, we are going to inspect the access at three different scope:
1. Inside the Base class by the base class constuctor.
2. Inside the Derived class by the derived class constructor.
3. At the application , by referencing to the instance methods.
Detail information on the requirement is inside the starter.
Starter: lab11_starter.cpp
Submit: lab11.cpp
Table 15-1Base Class AccessSpecification How Members of the Base Class Appear in the Derived Class.
private
Private members of the base class are inaccessible to the derived class.Protected members of the base class become private members of thederived class.Public members of the base class become private members of the derived class.
protected
Private members of the base class are inaccessible to the derived class.Protected members of the base class become protected members of thederived class.Public members of the base class become protected members of the derivedclass.public
Private members of the base class are inaccessible to the derived class.Protected members of the base class become protected members of thederived class.Public members of the base class become public members of the derived class.~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~lab11_starter.cpp is ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more