Science, asked by jeet1938, 1 year ago

Define polymorphism in object oriented programming

Answers

Answered by iqrafatima
2
In object-oriented programming,polymorphism (from the Greekmeaning "having multiple forms") is the characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as a variable, a function, or an object to have more than one form.
Hope it helps you ☺️
Answered by janhvitiwari84
2

ANSWER-》》

An Object Oriented Programming is a modular approach approach which allows the data to be applied within stipulated program area it also provide the reusability feature to develop logic which mean to give more emphasis on data.

Polymorphism is the process of using functions for more than one purpose. in allows the use of different internal functions of the object by keeping the same external interface.

hope it helps you out.

Similar questions