1. inherience不是copy attribute,而是向上访问base类的attribute
    1. how to look up attribute
      1. this class
      2. base class
  2. inherience -
    1. 使用已有的方法。进而扩展
    2. 复写
  3. multiple inherience
    1. 可以有多个父类