Overloading a subprogram allows subprogram to ________

Overloading a subprogram allows subprogram to ________ Correct Answer Operate on objects of different types

Overloading a subprogram means to use a single name which has multiple definitions. It allows subprograms to operate on objects of different types. For example, a user define function my_func is called with two different object one of bit_vector type and another of integer type, in this case my_func must be defined twice.

Related Questions

When the friend operator overloading is converted into member operator overloading _______________
What is the necessary condition to overload parameters type of a subprogram?
Overloading is ________
Overloading involves writing two or more functions with ________