Jump to content

Abstract type: Difference between revisions

Grammar and style
m (Corrected Forth OOP statement)
(Grammar and style)
Line 1,334:
 
=={{header|PicoLisp}}==
<lang PicoLisp># In PicoLisp there is no formal difference between abstract and concrete classes.
# classes,There is just a naming convention where abstract classes start with a
# lower -case character after the '+' (the naming convention for classes).
# This tells the programmer that this class has not sufficientenough methods
# defined to survive on its own.
Cookies help us deliver our services. By using our services, you agree to our use of cookies.