Answer Posted / swetcha
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 ? | 15 Yes | 1 No |
Post New Answer View All Answers
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
What is stream in oop?
What are the advantages of polymorphism?
What is the purpose of polymorphism?
explain sub-type and sub class? atleast u have differ it into 4 points?
What is the difference between a constructor and a destructor?
What is solid in oops?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
How do you define social class?
What is encapsulation example?
write string class as your own class in java without using any built-in function
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
What are the benefits of interface?
Explain virtual inheritance?
What is difference between oop and pop?