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 |
What does and I oop mean in text?
oops concept is used for?
what is polymorphism?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
what is new modifier in C#
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
Why and when is a virtual destructor needed?
Why do we use inheritance?
Why is oop useful?
What is polymorphism in oop example?
What are virtual classes?
what is use to destroy an object? illustrate.