Computer Science, asked by VybhavMS, 1 month ago

a principle of an object-oriented programming in which an object can do different things based on the data of different type.

Answers

Answered by beingrockstar
0

Answer:

Polymorphism. Polymorphism is the ability of an object to take on many forms. Polymorphism in OOP occurs when a super class references a sub class object.

Explanation:

Similar questions