Answer:
Polymorphism is an important Object oriented concept and
widely used in Java and other programming language,
Polymorphism is an object oriented
programming concept to refer to the ability of a variable, function, or the
object to take on multiple forms. A language that features polymorphism allows
developers to program in general rather than program in the specific. it means
that the one interface can be used for many implementation so that object can
behave differently for each implementation. The different types of polymorphism
are static (Compile time) and dynamic (Run time).
0 comments :
Post a Comment