摘要:
class Animal: def __init__(self, name): # Constructor of the class self.name = name def talk(self): # Abstract method, de... 阅读全文
posted @ 2014-10-26 20:45
jeremyatchina
阅读(210)
评论(0)
推荐(0)
摘要:
Python : Data EncapsulationThe following table shows the different behaviour:NameNotationBehaviournamePublicCan be accessed from inside and outside_na... 阅读全文
posted @ 2014-10-26 20:40
jeremyatchina
阅读(252)
评论(0)
推荐(0)

浙公网安备 33010602011771号