Contents
文章:https://blog.csdn.net/Allmyg/article/details/122297586
https://www.shuzhiduo.com/A/Ae5RKOqLdQ/
继承
1111
超类
# 0000 class UltraClass(metaclass=ABCMeta): def __init__(self, arg1): super().__init__()
多态
0000
超类应用 我是如何利用多态干掉多个 if else 语句