RosettaCodeData/Task/Inheritance-Multiple/Eiffel/inheritance-multiple-3.e

7 lines
63 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class
CAMERA_PHONE
inherit
CAMERA
MOBILE_PHONE
end