摘要: 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 阅读(202) 评论(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 阅读(243) 评论(0) 推荐(0) 编辑