RosettaCodeData/Task/Inheritance-Single/Oforth/inheritance-single.oforth

6 lines
110 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
Object Class new: Animal
Animal Class new: Cat
Animal Class new: Dog
Dog Class new: Lab
Dog Class new: Collie