Inheritance/Multiple: Difference between revisions

no edit summary
m (added a ";task:" and whitespace.)
No edit summary
Line 1,366:
=={{header|PicoLisp}}==
<lang PicoLisp>(class +Camera)
(class +MobilePhone)
 
(class +CameraPhone +MobilePhone +Camera)</lang>
</lang>
 
=={{header|Pop11}}==
Anonymous user