Call an object method: Difference between revisions

Content added Content deleted
(→‎{{header|Factor}}: make the example clearer)
Line 1,444: Line 1,444:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|PhixClass}}
{{libheader|Phix/Class}}
Class methods are only "static" (not really a Phix term) if you don't override them.<br>
Class methods are only "static" (not really a Phix term) if you don't override them.<br>
Phix does not demand that all routines be inside classes; traditional standalone routines are "static" in every sense.<br>
Phix does not demand that all routines be inside classes; traditional standalone routines are "static" in every sense.<br>