0 votes
in C Plus Plus by

Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.

1 Answer

0 votes
by

False. Both, Passing by value and Passing by reference look identical to the caller.

...