C++
Programming and Technical
What is function overloading and operator
overloading?
Read Solution (Total 1)
-
- Function Overloading simply means functions which have the same name but either with different number of parameters or different return type of parameters.
Operator Overloading means performing the operations on the objects of class instead of on the basic data types - 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question