RosettaCodeData/Task/Inheritance-Multiple/Oforth/inheritance-multiple.fth
2023-07-01 13:44:08 -04:00

6 lines
129 B
Forth

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