Object-Oriented Ruby: Polymorphism

posted in: OOAD, Ruby | 0

What is Polymorphism? Polymorphism is the ability to represent different sets of data and different behaviors with a common interface. Typically, this means two classes that have the same methods but different implementations of those methods. A good analogy is … Continued