Question 59

Computer Awareness Object Oriented Programming Easy

Which among the following best describes polymorphism?

(A) it is the ability for a message/data to be processed in more than one form
(B) It is the ability for a message/data to be processed in only one form
(C) It is the ability for many messages/data to be processed in one way
(D) It is the ability for undefined message/data to be processed in at least one way
View Dynamic Solution & Explanation
Correct Solution: Option A

Step-by-step Solution:

In Polymorphism, it refers to the ability of a single function, method, or operator to behave in different ways depending on the context. This allows objects of different classes to be treated as objects of a common superclass and enables methods to exhibit different behaviors based on the object type. \[\] Correct Option: (a)