Which among the following best describes polymorphism?
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)