Jump to content

Abstract type: Difference between revisions

no edit summary
mNo 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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.