I want to know whether the below example is function overloading,
int display(int,int);
char display(char,char);
I want to know whether the below example is function overloading,
int display(int,int);
char display(char,char);
Yes..
The above example is an example of overloading.
But in java,we will call it as method overloading and in C++,it is function overloading..
Thanks
Neelima
Yes...of course its a function overloading...
ya, it's method overloading
same method name difference in parameters is methodoverloading
function overloading in c++ we call it as a method overloading in java
Regards,
Brijesh Jain
---------------------------------------------------------
Connect with me on Skype: jainbrijesh
Google Plus : jainbrijeshji