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

visibility 119 بازدید schedule 10 سال پیش timer 5:12
open_in_new Dailymotion
Function Overloading <br />C Language doesn’t support function overloading while C++ support <br />Multiple functions with the same name in same scope <br />Functions must differ from each other types and no. of arguments <br />You can not overload function declarations that differ only by return type