Tutorial no.4 - Polymorphism, Function Overloading by Khezer Mustafa

Khezer Mustafa 2016-02-03

Views 119

Function Overloading
C Language doesn’t support function overloading while C++ support
Multiple functions with the same name in same scope
Functions must differ from each other types and no. of arguments
You can not overload function declarations that differ only by return type

Share This Video


Download

  
Report form