write a program which best describes polymorphism in real
world?
Answers were Sorted based on User's Feedback
Answer / renjitha r kumar
single man behave differently in differnt situations
Is This Answer Correct ? | 21 Yes | 2 No |
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 |
write a program to print * * * * * *
what is runtime polymorphism? For the 5 marks.
when to use 'mutable' keyword and when to use 'const cast' in c++
What language is oop?
how can we design a magic square in c++?or suggest me the basic idea of it.
What is the difference between const int *ptr and int const *ptr???
What is super in oop?
What is overloading in oops?
What are the types of abstraction?
What is the difference between the C & C++?
What is friend function?
What is virtual function?where and when is it used?