Object-oriented programming

From MiniScript Wiki
Revision as of 23:29, 19 February 2020 by JoeStrout (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Object-oriented programming (OOP) is an approach to organizing code by dividing it into classes and objects.

MiniScript supports prototype-based OOP through new, self, super, and __isa.


This article is a stub. You can help the MiniScript Wiki by expanding it.