Presentation: Void Functionoverloading Presented To: Prof. Mam Asma Basharat. Presented By: Zain Javaid (071-Bscs08)
Presentation: Void Functionoverloading Presented To: Prof. Mam Asma Basharat. Presented By: Zain Javaid (071-Bscs08)
Presentation:
void FunctionOverloading ( );
Presented to:
prof. Mam Asma Basharat.
Presented by:
Zain Javaid (071-bscs08)
Function Overloading
C++ supports writing more than one function with the
different signature.
This could include:
– Same function name
– Same return type of functions
– Different argument list
– Different argument types
– Different order of arguments