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
Is enum a class?
What is a superclass in oop?
Why do we use encapsulation in oops?
What are the 3 pillars of oop?
Why is encapsulation used?
Why do we use inheritance?
Why do pointers exist?
Why is object oriented programming so hard?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What are the 4 main oop principles?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is class in oop with example?
What is overriding vs overloading?
What is the real time example of inheritance?