Tag: OOP
Object Oriented Programming In R
R is a functional programming language, but it does have support for object-oriented programming (OOP). In this thirteenth article in the R series, we...
Joy of Programming: Liskov’s Substitution Principle
LSP is a cardinal rule to follow in object-oriented designs. In this column, we'll introduce LSP to those new to OOP (Object Oriented Programming),...