DEV Community

Paolo Ventura
Paolo Ventura

Posted on

100 algos in 100 days (Day 35)

[22/10]

Again not an algo but relevant to software development.

I became interested in learning more about the basics of Object Orientated design as I use it every day.

The first learning point being the 4 pillars of OO

  1. Encapsulation
  2. Abstraction
  3. Inheritance
  4. Polymorphism

Top comments (0)