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
a. overloaded
b. redefined
c. overwritten
d. a syntax error
a. overloaded
You might also like to view...
A(n) ___________________ is used to insert images into a world.
Fill in the blank(s) with the appropriate word(s).
We wish to modify a class while keeping it backward compatible. Which of the following can we successfully do?
A. Remove a function. B. Change a function’s return type from a float to a char C. Add another parameter to a function D. Add a new function to the class
To declare an interface named A with two generic types, use
a. public interface A
They symbols =, >, and < are known as
a. aggregate functions b. comparison operators c. logical operators d. mathematical functions