python面向对象教程目录 作者:马育民 • 2018-11-16 17:11 • 阅读:10916 ### 面向对象 0. [面向对象编程](https://www.malaoshi.top/show_1EF3ZGnONrFx.html "面向对象编程") 0. [python面向对象](https://www.malaoshi.top/show_1EF2CBoha6xD.html "python面向对象") 1. [python面向对象-\_\_init\_\_()方法](https://www.malaoshi.top/show_1EF2CN6lpDXi.html "python面向对象-\_\_init\_\_()方法") 2. [python的\_\_new\_\_()方法](https://www.malaoshi.top/show_1EF4H2ziJXlN.html "python的\_\_new\_\_()方法") 2. [python面向对象-实例属性](https://www.malaoshi.top/show_1EF2CNg8E7Sq.html "python面向对象-属性") 3. [python面向对象-动态属性](https://www.malaoshi.top/show_1EF2COpKYNhG.html "python面向对象-类中属性操作") 4. [Python面向对象-类的内置属性](https://www.malaoshi.top/show_1EF2CdO4Y648.html "Python面向对象-内置类属性") 4. [python面向对象-引用和垃圾回收](https://www.malaoshi.top/show_1IX5StSVHpIx.html "python面向对象-引用和垃圾回收") 5. [python面向对象-实例方法](https://www.malaoshi.top/show_1EF2Ce7S0glO.html "python面向对象-方法") - [python面向对象-self](https://www.malaoshi.top/show_1IX5StSHF7Xw.html "python面向对象-self") 6. [python面向对象-类的常见内置方法](https://www.malaoshi.top/show_1EF2CzrcyUtZ.html "python面向对象-类内置方法") 6. [python面向对象-实例属性的访问权限](https://www.malaoshi.top/show_1EF2CdsI4NWF.html "python面向对象-属性的访问权限") 7. [python面向对象-实例属性的访问权限(例子)](https://www.malaoshi.top/show_1EF2EyHL8Qwo.html "python面向对象-实例属性的访问权限(例子)") 7. [python面向对象-实例方法的访问权限](https://www.malaoshi.top/show_1EF2EpfqdHO9.html "python面向对象-实例方法的访问权限") ### 继承 1. [python面向对象-继承(基础)](/show_1IX7jGAAEgq4.html "python面向对象-继承(基础)") 7. [python面向对象-继承(高级)](https://www.malaoshi.top/show_1EF2ClIatxUJ.html "python面向对象-继承") 12. [python面向对象-继承中的\_\_init\_\_()方法](https://www.malaoshi.top/show_1EF2CulE08sX.html "python面向对象-继承中的__init__()方法") 13. [python面向对象-多态](https://www.malaoshi.top/show_1EF2E2D9w7oL.html "python面向对象-多态") 14. [python面向对象-类属性和访问权限](https://www.malaoshi.top/show_1EF2Ed2yr5qx.html "python面向对象-类属性") 15. [python面向对象-类方法](https://www.malaoshi.top/show_1EF2EdDaBBD5.html "python面向对象-类方法") 16. [python面向对象-静态方法](https://www.malaoshi.top/show_1EF4EXaOiXjQ.html "python面向对象-静态方法") 16. [python面向对象-类与类的关系1](https://www.malaoshi.top/show_1EF2EyXwwVwt.html "python面向对象-类与类的关系1") 17. [python面向对象-类与类的关系2](https://www.malaoshi.top/show_1EF2Fzgxzw4E.html "python面向对象-类与类的关系2") 18. [python面向对象-类与类的关系3](https://www.malaoshi.top/show_1EF2FwuHPm1b.html "python面向对象-类与类的关系3") 19. [设计模式-单例模式](https://www.malaoshi.top/show_1EF2G0eIdaD3.html "设计模式-单例模式") 20. [python单例模式](https://www.malaoshi.top/show_1EF3XiVFI0Qd.html "python单例模式") 21. [python单例模式2](https://www.malaoshi.top/show_1EF47lSQRVLD.html "python单例模式2") 20. [python面向对象-限制对象的属性](https://www.malaoshi.top/show_1EF2GKxOTaPk.html "python面向对象-限制对象的属性") 21. [python面向对象-多继承](https://www.malaoshi.top/show_1EF2GKFx8RIg.html "python面向对象-多继承") 22. [python面向对象-多继承-父类中有同名属性方法](https://www.malaoshi.top/show_1EF2GeUCgWSo.html "python面向对象-多继承-父类中有同名属性方法") 23. [python面向对象-多继承-Mixin模式](https://www.malaoshi.top/show_1EF2GeRPwd8l.html "python面向对象-多继承-Mixin模式") 24. [python面向对象-@property](https://www.malaoshi.top/show_1EF2GjIMnVx9.html "python面向对象-@property") 28. [python面向对象-枚举类](https://www.malaoshi.top/show_1EF2HlsIRhKS.html "python面向对象-枚举类") ### 其他 29. [python面向对象-类的内置方法(补充)](https://www.malaoshi.top/show_1EF2Lp3VClWB.html "python面向对象-类的内置方法(补充)") 7. [python面向对象-类的\_\_setitem\_\_,\_\_getitem\_\_,\_\_delitem\_\_,\_\_len\_\_方法](https://www.malaoshi.top/show_1EF2D1rBVOx0.html "python面向对象-类的\_\_setitem\_\_,\_\_getitem\_\_,\_\_delitem\_\_,\_\_len\_\_方法") 8. [python面向对象-\_\_iter\_\_、\_\_next\_\_和for语句关系](https://www.malaoshi.top/show_1EF2D9P4Udhf.html "python面向对象-\_\_iter\_\_、\_\_next\_\_和for语句关系") 8. [python面向对象-自定义属性操作 setattr, getattr,getattribute, delattr](https://www.malaoshi.top/show_1EF2D80WU4kC.html "python面向对象-自定义属性操作") 9. [python面向对象-\_\_enter\_\_、 \_\_exit\_\_](https://www.malaoshi.top/show_1EF2D9LqzzXc.html "python面向对象-\_\_enter\_\_、 \_\_exit\_\_") 31. [python抽象类abc模块](https://www.malaoshi.top/show_1EF4EtURBWQw.html "python抽象类abc模块") 原文出处:http://malaoshi.top/show_1EF2FzvY9nph.html