Function overloading for handling different data types
Understanding function overloading concept as a need to handle different data types but for exactly the same purpose.
Learning Objectives
- Understanding overloading for the purpose of handling different data types but for the same purpose.
Source Code
|
Run Output
Notes
- Function overloading will relate to only input parameters. A function is not considered overloaded if its return type is different but input parameters are of same type, count and order.
Suggested Filename(s): func-ol1.cpp
sunmitra| Created: 26-Aug-2018 | Updated: 15-Sep-2018|