python-guide icon indicating copy to clipboard operation
python-guide copied to clipboard

c07/c07_05

Open utterances-bot opened this issue 2 years ago • 1 comments

7.5 【基础】类的继承(Inheritance) — Python中文指南 1.0 documentation

https://python.iswbm.com/c07/c07_05.html

utterances-bot avatar Oct 06 '23 05:10 utterances-bot

class 子类(父类):这单继承语法真不错 class 子类(父类1, 父类2, 父类3...):这多继承语法也很不错 多继承的顺序使用的是从左向右再深度优先的原则 merge算法用到再说

coldBoy001 avatar Oct 06 '23 05:10 coldBoy001