Computer Science, asked by tcdthegreat47, 4 days ago

what is function overloading ? which principal of OOP is implemented using overloading ? ​

Answers

Answered by anushree92004
3

Answer:

Two or more functions can have the same name but different parameters; such functions are called function overloading.

Polymorphism is the OOP principle which implements function overloading.

Similar questions