实验目的

实验内容

>>> from zoo import Cat, Hacker
>>> spot = Cat( )
>>> spot.reply( )       # Animal.reply; calls Cat.speak
meow
>>> data = Hacker( )      # Animal.reply; calls Primate.speak
>>> data.reply( )
Hello world!

>>> import parrot
>>> parrot.Scene( ).action( )
customer: "that's one ex-bird!"
clerk: "no it isn't..."
parrot: None

思考题

ch3n2k.com | Copyright (c) 2004-2020 czk.