Computer Science, asked by semantika3, 1 day ago

Is function overloading a feature of object oriented programming language?​

Answers

Answered by xahangalib19
1

Answer:

Yes

Explanation:

where two or more functions can have the same name but different parameters.

Answered by MrTSR
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