why function overloading is not called as pure polymorphism?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of oops?
What is class encapsulation?
What is object and class in oops?
What is multilevel inheritance explain with example?
What is an interface in oop?
What do you mean by variable?
What are the 5 oop principles?
What is abstract class in oop?
when to use 'mutable' keyword and when to use 'const cast' in c++
What are two types of polymorphism?
Why do we use class in oops?
Why do we use oops?
write knight tour problem which is present in datastructure
Which method cannot be overridden?
What is polymorphism programming?