Need your help on inheritance

前端 未结 0 1148
星月不相逢
星月不相逢 2020-12-28 12:23

I am learning inheritance and got this problem

class A:
    def test(self):
        print("test of A called")
class B(A):
    def test(self):
               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题