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

7 lines
63 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class
CAMERA_PHONE
inherit
CAMERA
MOBILE_PHONE
end