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

Computer Science & Information Technology

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).

Computer Science & Information Technology

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

Computer Science & Information Technology

To declare an interface named A with two generic types, use

a. public interface A { ... } b. public interface A { ... } c. public interface A(E) { ... } d. public interface A(E, F) { ... }

Computer Science & Information Technology

They symbols =, >, and < are known as

a. aggregate functions b. comparison operators c. logical operators d. mathematical functions

Computer Science & Information Technology