Monday, January 4, 2016

Difference: Polymorphism and Abstraction

Abstraction
Abstraction in OOP is the process of reducing the unwanted data and maintaining only the relevant data for the users.

Polymorphism
polymorphism enables an object to execute their functions in two or more forms.