Inheritance/Single: Difference between revisions

m
m (→‎{{header|Phix}}: notonline tag)
 
(2 intermediate revisions by the same user not shown)
Line 1,730:
{{libheader|Phix/Class}}
Add (private|public) fields and methods as needed. Make Animal and Dog abstract (ie use "abstract class") to prevent instantiation.
<!--(phixnotonlinenotonline)-->
<syntaxhighlight lang="phix">
without js -- (class)
7,813

edits