Abstract type: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 993:
=={{header|ooRexx}}==
 
===Interface===
<lang ooRexx>
-- Example showing a class that defines an interface in ooRexx
Line 1,058:
</lang>
 
===Abstract Type===
<lang ooRexx> -- Example showing an abstract type in ooRexx
-- shape is the abstract class that defines the abstract method area
Anonymous user