Ruby inheritance
Inheritance in Ruby and Ruby-on-Rails is a key element that has a great potential to develop robust interfaces. Inheritance is a concept which is directly related with Object Oriented Programming (OOP). What is object oriented programming (OOP)? Object Oriented Programming aims to bring the logics of the real world to programming languages in order to …