RosettaCodeData/Task/Inheritance-Multiple/Oforth/inheritance-multiple.oforth

7 lines
129 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
Property new: Camera
Property new: MobilePhone
Object Class new: CameraPhone
CameraPhone is: Camera
CameraPhone is: MobilePhone