Is function overloading a feature of object oriented programming language?
Answers
Answered by
1
Answer:
Yes
Explanation:
where two or more functions can have the same name but different parameters.
Answered by
1
Yes, function overloading is a feature of OOP.
- Two or more functions can have the same name but different parameters, such functions are called function overloading.
Similar questions