首页 > Python > Python类和对象
- 8.1 Python面向对象
- 8.2 Python class:定义类
- 8.3 Python __init__()类构造方法
- 8.4 Python类对象的创建和使用
- 8.5 Python self
- 8.6 Python类属性和实例属性
- 8.7 Python实例方法、静态方法和类方法
- 8.8 Python类调用实例方法
- 8.9 为什么说Python类是独立的命名空间?
- 8.10 什么是描述符,Python描述符详解
- 8.11 Python property()
- 8.12 Python @property装饰器
- 8.13 Python封装
- 8.14 探究Python封装的底层实现原理
- 8.15 Python继承机制
- 8.16 在子类中,Python到底是如何找到父类的属性和方法的?(深度揭秘)
- 8.17 Python父类方法重写
- 8.18 如何使用Python继承机制提高开发效率?
- 8.19 Python super()
- 8.20 切记,super()只能在新式类中使用!
- 8.21 使用super(),这些“坑”千万别踩!
- 8.22 Python __slots__
- 8.23 Python type()动态创建类
- 8.24 Python MetaClass元类
- 8.25 Python底层是如何实现MetaClass元类的?
- 8.26 什么是多态,Python多态及用法详解
- 8.27 Python枚举类
- 8.28 [Python项目实战]利用面向对象思想实现搜索引擎