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.

Computer Science & Information Technology

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.

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology