1. An object of a derived class can be stored in a base class variable. Select o
ID: 3680466 • Letter: 1
Question
1.
An object of a derived class can be stored in a base class variable.
Select one:
True
False
2.
In order to tell the compiler to wait to decide which version of a function to use, you must precede the function declaration in the base class with the keyword
Select one:
a. operator.
b. friend.
c. virtual.
d. void.
3.
If a base class has a public member function, and the derived class has a member function with the same name, but with a different parameter list, this function is said to be
Select one:
a. overloaded.
b. redefined.
c. overwritten.
d. a syntax error.
Explanation / Answer
1)True
2)c. virtual.
3)a. overloaded.
Related Questions
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.