What is the purpose of the protected access specifier?
A. Protected is the same as private.
B. Protected is the same as public.
C. It allows members to be inherited in derived classes.
D. A and B.
C
You might also like to view...
The ________ tool enables you to create a user-interface which works on the Internet
Fill in the blank(s) with correct word
Answer the following statements true (T) or false (F)
1. Linking is the process of combining the object file with other machine language statements and loading the executable program into 2. Program bugs are errors which occur during the compilation step for preparing a C++ program for execution. 3. The word size is the size of the registers in the ALU, and therefore depends on the design of the processor. 4. A byte is by definition 8 bits. 5. Every real number can be represented exactly in binary in the computer's memory.