Polymorphism refers to

a. the ability to assign multiple meanings to one function name.
b. overriding base class functions.
c. overloading functions
d. none of the above


a. the ability to assign multiple meanings to one function name.

Computer Science & Information Technology

You might also like to view...

Write the declaration of a pointer called ptr that can store the memory address of an integer variable.

What will be an ideal response?

Computer Science & Information Technology

Binary search trees are commonly used

A) with arrays of integers. B) in database applications. C) in linear data communication processes. D) A and C E) None of the above

Computer Science & Information Technology

Investigate your local configuration of DNS domains and servers. You may find a program such as nslookup installed on UNIX systems, which enables you to carry out individual name server queries.

What will be an ideal response?

Computer Science & Information Technology

In the order of precedence, an exponentiation operator has a precedence number of 1.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology