MC A derived class may override a base-class method by:

a) using keyword override followed by the original method name.
b) placing the original method name in parenthesis in the method header.
c) supplying a new version of the method with the same name.
d) None of the above.


c) supplying a new version of the method with the same name.

Computer Science & Information Technology

You might also like to view...

There are ____ main file formats involved in creating a Flash video.

A. one B. two C. three D. four

Computer Science & Information Technology

The symbol to terminate a statement in JavaScript is

a. : colon b. Enter c. ! exclamation d. ; semicolon

Computer Science & Information Technology

The Alice world files end with the extension ____.

A. .a2a B. .a2w C. .a2wp D. .a2wg

Computer Science & Information Technology

Which key is used to remove the character before the insertion point?

A. Tab B. Backspace C. Delete D. Enter

Computer Science & Information Technology