What are the principles of function overloading
Answers
Answered by
11
Explanation:
Rules in function overloading
- The same function name is used for more than one function definition.
- The functions must differ either by the arity or types of their parameters.
Similar questions