实例属性和类属性
私有属性
staticmethod静态方法
classmethod类方法
运算符重载
__getattr__和__getattribute__
类似C#的property概念
super() 调用父类方法
abstract class抽象类
abstract property