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

4 lines
120 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
? def p := makeCameraPhone(p)
> [p.takesPictures(), p.makesCalls(), p.internalMemory()]
# value: [true, true, 33619968]