Top Categories
Difference between function overloading and function overriding | overloading and overriding in c++
- Category:
- Sub Category:
Function overloading is a feature of object oriented programming where two or more functions can have the same name but different parameters.