When deriving a class from a base class with protected inheritance, public members of the base class become ________ members of the derived class, and protected members of the base class become ________members of the derived class.
Fill in the blank(s) with the appropriate word(s).
protected, protected.
You might also like to view...
In C++, a value can be raised to a power by using
A) the ^ operator. B) the exp operator. C) the power operator. D) the pow function. E) the square function.
When malicious code is planted on your computer and alters your browser's ability to find web addresses, it is known as ________
A) pretexting B) polymorphing C) phishing D) pharming
When working with linked lists, records are “linked” together by including the ____ of the next record in the record immediately preceding it.
a. address b. name c. id d. object sequence number
The print_r(), var_export(), and var_dump()functions are used with ____ to display the index and value of each element.
A. variables B. functions C. arrays