Methods in a subclass can be related to methods in a superclass in all of the following ways EXCEPT ____.

A. implementation of a concrete method.
B. extension
C. overriding
D. finality

Answer: A

Computer Science & Information Technology

You might also like to view...

Tables are a good source for data in a lookup field

Indicate whether the statement is true or false

Computer Science & Information Technology

The std::endl stream manipulator________.

a. inputs a newline. b. flushes the output buffer. c. outputs a newline and flushes the output buffer. d. terminates the program.

Computer Science & Information Technology