#oop
Read more stories on Hashnode
Articles with this tag
Fundamentals of object oriented programming · I’m sure you heard about SOLID principles at least one time. It’s also highly possible that you are sick of...
Using parent functionality in Ruby · It seems that the super keyword in Ruby is a straightforward thing; it simply calls the same method from a parent....