What is polymorphism?

Q

What is polymorphism?

✍: Guest

A

Polymorphism means "having many forms". It allows methods (may be variables) to be written that needn't be concerned about the specifics of the objects they will be applied to. That is, the method can be specified at a higher level of abstraction and can be counted on to work even on objects of un-conceived classes.

2012-08-14, 2194👍, 0💬