Is following functions are said to be overloaded?
int add(int a,int b)
char *add(int a,int b)
Answer Posted / ajay singh
No above function is not overloaded .... function over
loading can take place if the signature of the function is
different and the signature of the function do not include
the return type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation with real life example?
What is constructor overloading in oop?
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
what is graphics
Why is abstraction used?
What is the purpose of enum?
Can we create object of interface?
Get me a number puzzle game-program
What are properties in oop?
What is a class in oop?
What is protected in oop?
How to hide the base class functionality in Inheritance?
Can static class have constructor?
What is inheritance and how many types of inheritance?
How do you use inheritance in unity?