RosettaCodeData/Task/Inheritance-Multiple/Oforth/inheritance-multiple.oforth
2016-12-05 23:44:36 +01:00

6 lines
129 B
Text

Property new: Camera
Property new: MobilePhone
Object Class new: CameraPhone
CameraPhone is: Camera
CameraPhone is: MobilePhone