Q:

What is the difference between function overloading and Operator Overloading?

0

What is the difference between function overloading and Operator Overloading?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Answer:

Operator overloading allows operators to have an extended meaning beyond their predefined operational meaning. Function overloading (method overloading) allows us to define a method in such a way that there are multiple ways to call it.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C++ Interview Questions and Answers(2022)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the assignment operator in C++?... >>
<< What is operator overloading?...