Computer Science, asked by saraazelart, 5 months ago

which among the following best describes polymorphism ?
a) it is the ability for a message/data to be processed in only 1 form
b) it is the ability for a function to be processed in more than one form
c) all of above

this question is oop ​

Answers

Answered by Fatimakincsem
0

It is the ability for a function to be processed in more than one form.

What is polymorphism?

  • When a message or data is processed in more than one form then it is called polymorphism.
  • The definite attribute of polymorphism is that by changing the types and arguments of a function it can be transformed into many forms.
  • The process which is sued to achieve this transforming process is called morphing.
  • The main objective of polymorphism is to retain the actual properties and function of a code while allowing multiple changes in its structural forms.
  • For example, overloading and overriding are functions of polymorphism.

#SPJ3

Similar questions