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...

Which of the following attributes is needed to indicate to the CLR that objects of the class can be serialized?

a) [Serializable] b) [DeSerializable] c) [Serialize] d) both a and b

Computer Science & Information Technology

Which of the following is true?

a. Pseudocode is used to describe an algorithm. b. Pseudocode is not an actual computer programming language. c. Pseudocode is used to describe executable statements that will eventually be translated by the programmer into a program. d. All of the above.

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 3-2Terry is building a Web site and wants to have three main links called Home, Product Info, and Contact Us.  She will create a hierarchy of page elements and revise the styles sheets. If Terry decides to use _____ selector then all elements will belong to the main class.

A. .main B. p.main C. #intro D. a[href]

Computer Science & Information Technology

Solver is a tool that can be used to help determine how to minimize weekly payroll expenses

Indicate whether the statement is true or false

Computer Science & Information Technology