Does JavaScript supports OOP ?
Imran Javed Zia
Yes
yes
Most of use thing JavaScript is a structural language, but in actual it is an Object Oriented Language. Everything in JavaScript is an object and it supports both of inheritance and aggregation. It is described as Prototype Based Object Oriented Programming Language.