Answer Posted / swathi
It is a feature that allows one interface to be used for
general class of actions. The specific action is determined
by the exact nature of the situation. In general
polymorphism means "one interface, multiple methods", This
means that it is possible to design a generic interface to
a group of related activities. This helps reduce complexity
by allowing the same interface to be used to specify a
general class of action. It is the compiler's job to select
the specific action (that is, method) as it applies to each
situation
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
Give two or more real cenario of virtual function and vertual object
What is abstract class in oop?
Are polymorphisms mutations?
What are benefits of oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
Which language is not a true object oriented programming language?
What is polymorphism and why is it important?
How can you overcome the diamond problem in inheritance?
What is destructor oops?
What is polymorphism explain its types?
can we make game by using c
Which is better struts or spring?
How is polymorphism achieved?
write knight tour problem which is present in datastructure
What is inheritance and how many types of inheritance?