adspace
What is the difference between abstraction and polymorphism?
Answer Posted / Kishan Awasthi
Abstraction is a process of hiding the implementation details of an object and showing only the essential features to the user. Polymorphism, as mentioned earlier, allows an object to take on multiple forms. Abstraction deals more with hiding the complexity of the system, while polymorphism deals with providing a single interface for a general class of actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers