Which of the following describes the primary reason that one would override a property or method?

a. the property or method in the base class was declared as Private and can’t be used
b. the property or method in the base class has an error
c. the property or method in the base class is not appropriate for the derived class
d. the property or method does not exist in the base class


c. the property or method in the base class is not appropriate for the derived class

Computer Science & Information Technology

You might also like to view...

Write the declaration for an array of doubles called averages that is initialized with an initializer list.

What will be an ideal response?

Computer Science & Information Technology

A switch statement must have

a. a default case b. more than one non-default case c. a break statement d. none of the above e. all of the above

Computer Science & Information Technology

A ____ is used to mount a file system in another location and have it accessible from both locations.

A. runlevel link B. bindmount target C. forwarder D. map

Computer Science & Information Technology

Class regex_token_iterator is located in namespace ________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology