describe the process of overloading in c ++
Answers
Answered by
2
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
Answered by
1
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.
if answer is right like it
Similar questions