Which of the following keywords allows a subclass to access a superclass method even when the subclass has overridden the superclass method?

a. base.
b. this.
c. public.
d. super.

d. super.

Computer Science & Information Technology

You might also like to view...

Summarize the Recommendations issued by the Financial Action Task Force

What will be an ideal response?

Computer Science & Information Technology

Use a sentinel-controlled loop to read 10 positive numbers. Compute and display their sum.

Note: This program terminates when a negative number is input. The problem state- ment should state that only positive numbers should be input.

Computer Science & Information Technology