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

1. In an inheritance situation, you may not pass arguments to a base class constructor.
2. More than one class may be derived from a base class.
3. A derived class may become a base class if another class is derived from it.
4. The base class access specification can be viewed as a filter that base class members must pass through when becoming inherited members of a derived class.


1. F
2. T
3. T
4. T

Computer Science & Information Technology

You might also like to view...

An object's height, width, and depth are actually the dimensions of its bounding box.

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

Computer Science & Information Technology

Which statement is true?

(A) "Ford" < "Ford" (B) “Chevy” > “Chevy” (C) “GMC” <= “GMC” (D) “oldsmobile” < “Oldsmobile”

Computer Science & Information Technology

You can use the methods _________ to control a MediaPlayer.

a. start(). b. stop(). c. pause(). d. play().

Computer Science & Information Technology

The location of a file is specified by its ________

A) drive identifier B) file type C) file extension D) file path

Computer Science & Information Technology