Difference between revisions of "Object-oriented programming"

From MiniScript Wiki
Jump to navigation Jump to search
(Created page with "Object-oriented programming (OOP) is an approach to organizing code by dividing it into classes and objects. MiniScript supports prototype-based OOP through <c>new</c>, <...")
(No difference)

Revision as of 23:26, 19 February 2020

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

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


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