Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

c07/c07_05 #47

Open
utterances-bot opened this issue Oct 6, 2023 · 1 comment
Open

c07/c07_05 #47

utterances-bot opened this issue Oct 6, 2023 · 1 comment

Comments

@utterances-bot
Copy link

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

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

Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants