How is polymorphism implemented in object-oriented programming?
A. By defining methods in a subclass that have the same name but different implementations as those in the parent class
B. By using built-in functions
C. By creating abstract classes
D. By defining class variables
Answer: Option A

Join The Discussion