RosettaCodeData/Task/Inheritance-Multiple/Sidef/inheritance-multiple.sidef

4 lines
84 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
class Camera {};
class MobilePhone {};
class CameraPhone << Camera, MobilePhone {};