RosettaCodeData/Task/Inheritance-Multiple/E/inheritance-multiple-3.e
2023-07-01 13:44:08 -04:00

3 lines
120 B
Text

? def p := makeCameraPhone(p)
> [p.takesPictures(), p.makesCalls(), p.internalMemory()]
# value: [true, true, 33619968]