KnowledgeBoat Logo
|

Computer Applications

What is function overloading ?

User Defined Methods

5 Likes

Answer

A function name having several definitions in the same scope that are differentiable by the number or types of their arguments, is said to be an overloaded function. The process of creating overloaded functions is called function overloading.

Answered By

1 Like


Related Questions