Answer Posted / naveen malik
The behavior of an object can depend upon the state its in,
thus exhibiting Polymorphism. Consider a car colliding with
a wall. The impact of the process would depend upon the
approach speed of the car, the Angle it strikes in, the
strength of the wall and so on. If two cars were to collide,
the results would be much different, with both of them
receiving considerable damage.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
program for insertion ,deletion,sorting in double link list
What is the difference between procedural programming and oops?
What is encapsulation in oop?
Can static class have constructor?
What is the real time example of inheritance?
What is meant by oops concept?
Which is not an object oriented programming language?
What is the advantage of oop over procedural language?
What is difference between abstraction and encapsulation?
What is polymorphism oop?
What is stream in oop?
Why do we need polymorphism in c#?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is and I oop mean?
What is abstraction with example?