Define overloading ?
Answers
Answered by
1
Answer:
Creating two or more members that have the same name but are different in number or type of parameter is known as overloading. In C++, we can overload:.
Explanation:
Answered by
2
Answer:
Overloading refers to the ability to use a single identifier to define multiple methods of a class that differ in their input and output parameters. Overloaded methods are generally used when they conceptually execute the same task but with a slightly different set of parameters.
Explanation:
hope may help you.......
Similar questions