1.

Describe the process of overloading in c ++​

Answer»

ANSWER:

Method overloading is the PROCESS of overloading the method that has the same name but different parameters. C++ PROVIDES this method of overloading FEATURES. Method overloading allows USERS to use the same name to another method, but the parameters passed to the methods should be different.

Explanation:

Hope that helps you



Discussion

No Comment Found