When a derived-class member overrides a base-class member, the base-class member can be accessed from the derived-class by using the keyword .

a) base
b) top
c) super
d) None of the above


a) base

Computer Science & Information Technology

You might also like to view...

What is a simple way to convert a string to a numeric value in C++11? This is sometimes needed when data is input as a string but we need to perform numeric computations on the values.

What will be an ideal response?

Computer Science & Information Technology

Show all the sections whose enrollment is greater than 5 . Display course and section number. Do two versions – one using a join and the other with a correlated subquery.

What will be an ideal response?

Computer Science & Information Technology

Text files may be opened with a basic text editor program such as ________

A) Internet Explorer B) SkyDrive C) WordPad D) PowerPoint

Computer Science & Information Technology

Suppose we are in November 2015. The result of the following function: =YEAR("TODAY") is 2015.

a. true b. false

Computer Science & Information Technology