What does the term "polymorphism" mean in Ruby?
A. The ability to restrict access to certain methods
B. The ability for objects of different classes to be treated as objects of a common superclass
C. The ability to create multiple instances of a class
D. None of the above
Answer: Option B
Join The Discussion