World Languages, asked by prasannaChowdary, 6 months ago

What is function overloading .Write the principles.​

Answers

Answered by lavanyawankhede
23

Answer:

Polymorphism implements function overloading. It is the process of using a function/method for more than one purpose. In function overloading, we write more than one function with the same name but differing in the number and types of their arguments to perform different tasks.

PLEASE FOLLOW me and MARK as BRAINLIEST

Answered by amanrathore1401
3

Explanation:

It process of using a function for more than one purpose. In function overloading, we write more than one function with the same name but differing in the number and types of their argument to perform different tasks. In this way we get different behaviours using the same function name. Principles are:

  • The same function name is used for than one function definition.
  • The functions must differ either by arity or types of their parameters
Similar questions