OOP (Object-Oriented Programming) is an approach in programming in which data is encapsulated within objects and the object itself is operated on, rather than its component parts.
JavaScript is heavily object-oriented. It follows a prototype-based model (as opposed to class-based).
Learn more
General knowledge
Document Tags and Contributors
Tags:
Contributors to this page:
hbloomer,
klez,
Andrew_Pfeiffer,
joyvolatile,
xfq,
Jeremie,
kscarfone,
panaggio
Last updated by:
hbloomer,