Problem Statement
A notification system has a method sendAlert() that behaves differently for the EmailAlert , SMSAlert , and PushAlert classes. Which type of polymorphism is used here? Pick ONE option Operator overloading Method overriding Method overloading Compile-time binding Output Format Print the text of the correct option exactly as it appears above.