Computer Science, asked by hurmathhurmath0, 7 months ago

writ a note on poly morphism​

Answers

Answered by Anonymous
1

\mathfrak{\huge{\green{\underline{\underline{Answer :}}}}}

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.

Hope It Will Help.❤

Answered by sandeep6724
1

Explanation:

Polymorphism is the ability of an object to take on many forms.

The most common use of polymorphism in OOP occurs when a parent class reference is used to refer to a child class object.

hope this helps you.

Similar questions