what is function overloading ? which principal of OOP is implemented using overloading ?
Answers
Answered by
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