An open API service indexing awesome lists of open source software.

https://github.com/carreraprogrammer/polimorphysm-and-ruby

Polymorphism is one of the fundamental features of object oriented programming, but what exactly does it mean? At its core, in Ruby, it means being able to send the same message to different objects and get different results. Let’s look at a few different ways to achieve this.
https://github.com/carreraprogrammer/polimorphysm-and-ruby

Last synced: about 2 months ago
JSON representation

Polymorphism is one of the fundamental features of object oriented programming, but what exactly does it mean? At its core, in Ruby, it means being able to send the same message to different objects and get different results. Let’s look at a few different ways to achieve this.

Awesome Lists containing this project