write a program which best describes polymorphism in real
world?

Answers were Sorted based on User's Feedback



write a program which best describes polymorphism in real world?..

Answer / renjitha r kumar

single man behave differently in differnt situations

Is This Answer Correct ?    21 Yes 2 No

write a program which best describes polymorphism in real world?..

Answer / sujay

two person with same name say XXX but they have different
initials(father) which is one of the example or the real
world polymorphism

Is This Answer Correct ?    18 Yes 4 No

Post New Answer

More OOPS Interview Questions

What is object and class in oops?

0 Answers  


What is the difference between a mixin and inheritance?

0 Answers  


WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE

2 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


what is code for call by value and call by reference?

1 Answers  






what is virtual destructor

7 Answers   L&T, TCS,


write knight tour problem which is present in datastructure

0 Answers  


how to get the oracle certification? send me the answer

0 Answers   Oracle,


Which method cannot be overridden?

0 Answers  


should we use linear search or binary search if elements are placed in random order or mixed?in both cases? i need a little bit detail ans?thnks

2 Answers  


write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


What is polymorphism? Explain with an example.

48 Answers  


Categories