A subclass inherits all of the following members of its superclass EXCEPT ______.

a) public methods
b) data fields
c) constructors
d) protected methods

c.

Computer Science & Information Technology

You might also like to view...

Which statement is false?

a. Queue is a new collection interface introduced in J2SE 5.0. b. Queue and PriorityQueue are included in the java.util package. c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from PriorityQueue. d. Queue extends interface Collection.

Computer Science & Information Technology

When you insert a Flash movie into a Web page, Dreamweaver places the code for the movie into the page.

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

Computer Science & Information Technology