Is following functions are said to be overloaded?
int add(int a,int b)
char *add(int a,int b)
Answer Posted / brunda r
no.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is the point of polymorphism?
What are the benefits of oop?
What is the full form of oops?
Write a c++ program to display pass and fail for three student using static member function
Why is polymorphism needed?
How do you use inheritance in unity?
What are the important components of cohesion?
Why polymorphism is used in oops?
What polymorphism means?
Why is oop useful?
Which type does string inherit from?
What are the two different types of polymorphism?
#include
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the difference between a constructor and a destructor?