Assume a class is to be derived from Jeopardy, e.g., JuniorJeopardy. The new class should inherit all data members. Which key word in the Jeopardy class would need to change to make this possible?
A. public to private
B. protected to public
C. private to public
D. public to protected
D
Computer Science & Information Technology
You might also like to view...
When joining tables, the _________ clause specifies the columns from each table that are compared to determine which rows are merged.
a. ON b. WHERE c. LIKE d. GROUP
Computer Science & Information Technology
What was the most important capability of C++ that C did not provide?
a) networking technology b) data type technology c) object-oriented technology d) adding dynamic content to web pages.
Computer Science & Information Technology