Difference between revisions of "Super"

From MiniScript Wiki
Jump to navigation Jump to search
Line 1: Line 1:
<c>super</c> is a [[:Category:Keywords|keyword]] used to access base class methods from within a subclass method.
+
<c>super</c> is a [[:Category:Keywords|keyword]] used to access base class methods from within a subclass method.  It is part of MiniScript's support for [[object-oriented programming]].
  
 
[[Category:Language]]
 
[[Category:Language]]

Revision as of 23:29, 19 February 2020

super is a keyword used to access base class methods from within a subclass method. It is part of MiniScript's support for object-oriented programming.


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