Answer Posted / saranya
it is the important concept of OOP, from the greek concept
'poly' means many 'morphism' form ,from this the definition
is "the ability to take more than one form"
EXAMPLE:
method overloading(static polymorphism...early binding)
method overriding(dynamic polymorphism...late binding)
| Is This Answer Correct ? | 76 Yes | 25 No |
Post New Answer View All Answers
What is pointer in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is abstract class in oop?
Why is polymorphism important in oop?
What is a null tree?
What is polymorphism in oops with example?
What are main features of oop?
What is oops in simple words?
Which is better struts or spring?
What is the importance of oop?
What is pure oop?
What are the 3 pillars of oop?
What is the difference between inheritance and polymorphism?
What are the types of abstraction?
Can we create object of abstract class?