write a program which best describes polymorphism in real
world?
Answer Posted / 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 View All Answers
What is encapsulation in oop?
What is destructor give example?
Can an interface inherit a class?
What do you mean by Encapsulation?
Why do we use polymorphism in oops?
What is polymorphism in oop example?
How do you achieve polymorphism?
What is meant by multiple inheritance?
Can static class have constructor?
What is inheritance in simple words?
What is cohesion in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is abstraction with example?
What are the 4 pillars of oop?
What is object in oop?