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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025