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 |
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
what is virtual function in c++
How do you use inheritance in unity?
What is advantage of inheritance?
Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku
polymorphism means?
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why it is called runtime polymorphism?
Name a typical usage of polymorphism
How does polymorphism work?
What is the oops and benefits of oops programming?