oop in javascript
oops is programming paradigm that uses object rather than function
4 code pillar of oops
- encapsulation
- abstraction
- inheritance
- polymorphism
oops in js
- Objects
- Prototypes
- prototypical inheritance
- ES6 classes
- Module
oops is programming paradigm that uses object rather than function
4 code pillar of oops
oops in js