Answer Posted / amrutha
In greek Poly means 'many' and 'morph' means form.
the best example for polymorphism is Chameleon which exbits
different colors based on situation.
| Is This Answer Correct ? | 50 Yes | 29 No |
Post New Answer View All Answers
What is overloading in oop?
What is the highest level of cohesion?
#include
What is protected in oop?
i got a backdoor offer in process global,Bangalore..Can i work with it?
Can you explain polymorphism?
• What are the desirable attributes for memory managment?
write a program that takes input in digits and display the result in words from 1 to 1000
What is object and class in oops?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
Can private class be inherited?
What is the difference between encapsulation and polymorphism?
class type to basic type conversion
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
to find out the minimum of two integer number of two different classes using friend function