private fields of a superclass can be accessed in a subclass

a. by calling private methods declared in the superclass.
b. by calling public or protected methods declared in the superclass.
c. directly.
d. All of the above.


b. by calling public or protected methods declared in the superclass.

Computer Science & Information Technology

You might also like to view...

The ________ element is used to specify alternate content for browsers that do not support frames

A) floating frame B) iframe C) base D) noframes

Computer Science & Information Technology

Web 2.0 is characterized by fully featured ____________________ that run within the browser and offer rich user experiences.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Agile methodologies tend to be used for large software development projects involving more than ten developers, geographically dispersed development teams, and life-critical applications.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case-Based Critical Thinking Questions ? Case 9-1 Terin has created a page for a training institute that will allow users to browse the training courses provided at the institute. Terin uses JavaScript to write the content using objects and functions. The objects defined in the code are document object, history object, screen object, navigator object, and the location object. ? Terin wants to create an object that will contain information about the browser application. Which of the following objects must Terin create to accomplish this??

A. ?navigatorobject B. ?location object C. ?history object D. ?document object

Computer Science & Information Technology