Skip to main content

oop in javascript

oops is programming paradigm that uses object rather than function

4 code pillar of oops

  1. encapsulation
  2. abstraction
  3. inheritance
  4. polymorphism

oops in js

  1. Objects
  2. Prototypes
  3. prototypical inheritance
  4. ES6 classes
  5. Module