What is function overloading and operator overloadingin c++?
Answers
Answered by
5
hyy...
⭐C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading respectively.
____
hope it helps✔✔
⭐C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading respectively.
____
hope it helps✔✔
Answered by
0
Answer:
C++ allows you to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading respectively. ... The process of selecting the most appropriate overloaded function or operator is called overload resolution.
Similar questions