When deriving a class with public 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).
public, protected.
Computer Science & Information Technology
You might also like to view...
Having a loop within a loop is known as:
a. Recursion. b. Doubling up. c. Nesting. d. Stacking
Computer Science & Information Technology
Which of the following does counter-controlled repetition require?
a. An initial value. b. A condition that tests for the final value. c. An increment or decrement by which the control variable is modified each time through the loop. d. All of the above.
Computer Science & Information Technology