Multiple choice Polymorphism refers to hiding of data binding of data with its methods using the features of one class in other classes using a function in different ways Reveal answer Fill a bubble to check yourself D Correct answer Explanation Polymorphism allows a single interface to represent different underlying forms. A function can behave differently based on the object type it operates on, enabling flexible and extensible code through method overriding and overloading.