Answer Posted / subrata
Polymorphism, according to the OO programming is the ability of objects belonging to different data types, to respond to the method call with the same name according to a type specific behavior.
Yeh, I know it is cryptic. But that is how it is. At the end, the interviewer will be confused so much so that - you are guaranteed to get in :)
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Explain the use of Vtable and what are the various problems to override the functions?
Explain what is meant by polymorphism?
Explain the meaning of object in object oriented programming?
Describe the Diamond problem. Where does this problem occur?
If a class inherits an interface, what are the 2 options available for that class?
What is the best tool for modeling and ORM framework
What is a try/ catch block?
What is a nested interface?
What's the main difference between arraylist / hashmap and vector / hashtable?
What are all the languages which support oop?
What is sealed modifiers?
How many methods do u implement if implement the serializable interface?
What do you mean by "explicitly implemeting an interface". Give an example?
What is the use of destructive method?
What is the difference between oop and sop?