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.