0
23kviews
short note on Polymorphism.

Mumbai University > Information Technology > Sem 3 > Object Oriented Programming Methodology

Marks: 5 M

Year: Dec 2014

1 Answer
2
234views

Polymorphism is the capability of a method to do different things based on the object that it is acting upon. In other words, polymorphism allows you define one interface and have multiple implementations.

  • It is a feature that allows one interface to be used for a general class of actions. …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.