Computer Science, asked by ratnakarpathak3007, 1 year ago

What is function overloading and operator overloadingin c++?

Answers

Answered by S4MAEL
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✔✔
Answered by sneha193262
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