Q. Polymorphism occurs when the methods of the child class.
β
Correct Answer: (C)
Maintain the same return type and arguments as the parent class, but implement it differently
You must be Logged in to update hint/solution