what is function overloading ? which principal of OOP is implemented using overloading ?
Answers
Answered by
0
Answer:
The ability of the function to process the message or data in more than one form is called as function overloading.
Concept is POLYMORPHISM.
Answered by
1
Answer:
Polymorphism is the OOP principle which implements function overloading.
Explanation:
I hope it helps you
please mark me brainlist
Similar questions