Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
Menu
Function Overloaded « Function « C++
C++
Function
Function Overloaded
1.
Functions differ in number of parameters
2.
Overload abs() three ways
3.
Overload function: int and long
4.
Create three functions called prompt( ) that perform this task for data of types int, double, and long
5.
Overload function to accept integer or char * argument
6.
Overload the min() function.
7.
Compute area of a rectangle using overloaded functions.
8.
Overload function: int and float
9.
function overloading between int and string type