What keyword allows a child class to access its parent class’s implementation of a method that the child class is overriding?

(A) Base
(B) Parent
(C) MyBase
(D) DoNotOverride


(C) MyBase

Computer Science & Information Technology

You might also like to view...

Which of the following expressions is not a unary expression?

A. x B. sizeof(x) C. +x D. -x E. float(x)

Computer Science & Information Technology

An overloaded operator class member function is convenient for:

A. comparing two objects of the same class. B. initializing variables in an object. C. ensuring that data hiding has been performed. D. adding two objects that are not related.

Computer Science & Information Technology

Given the C++ statement int minutes; What is minutes?

A. datatype B. variable name C. keyword D. library

Computer Science & Information Technology

The Single File Web Page option to save a Word document as a Web page is supported only by Internet Explorer

Indicate whether the statement is true or false

Computer Science & Information Technology