Answer Posted / haseena banu
Polymorphism is not the same as method overloading or method overriding. Polymorphism is only concerned with the application of specific implementations to an interface or a more generic base class. Method overloading refers to methods that have the same name but different signatures inside the same class. Method overriding is where a subclass replaces the implementation of one or more of its parent's methods. Neither method overloading nor method overriding are by themselves implementations of polymorphism
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Write a program to reverse a string using recursive function?
What is abstraction in oop?
What exactly is polymorphism?
Whats oop mean?
Is data hiding and abstraction same?
How do you answer polymorphism?
What is encapsulation in oops?
What is the difference between inheritance and polymorphism?
What does enum stand for?
Why oops is important?
Why do we use polymorphism?
What is the full form of oops?
What is abstraction with example?
Can enum be null?
What polymorphism means?