why function overloading is not called as pure polymorphism?
Answers were Sorted based on User's Feedback
Answer / dhananjay
becoz generally polymorphism is taken in terms of late
binding but in fn overloading it is early binding.
Is This Answer Correct ? | 5 Yes | 0 No |
Whats oop mean?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
polymorphism means?
can we create and enter the data & hide files using programmes ?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
How do you define a class in oop?
Why is polymorphism needed?
what is the use of classes in c++;
What is encapsulation oop?
What is use of overloading?
What is the difference between const int *ptr and int const *ptr???
What is a superclass in oop?