Understanding Object-Oriented Programming in JavaScript
Mar 15 · 2 min read · Object oreiented programming means modelling real world things using code.
Lets take example of Car,
Behaviour of Car=start(),stop(),accelerate()
If we want to make car in a factory , we have a bluepr