Why must the input arguments be unique when you are overloading a class function?

What will be an ideal response?

Any time you overload a function in C++, be it class function or standalone, the function’s input argument lists must be unique. This rule doesn’t change just because we are using class functions.

Computer Science & Information Technology

You might also like to view...

A(n) ________ groups items by a common first character

A) alphabetic index B) alphabetic control C) alphabetic wizard D) alphabetic text box

Computer Science & Information Technology

You create text on a new page with which of the following methods of the Document object?

A. open() B. write() C. create() D. close()

Computer Science & Information Technology