I need to override a superclass in Python. It says Person cannot take arguments. It needs to take another argument in same super class, not subclass

前端 未结 0 1375
日久生厌
日久生厌 2020-11-30 10:02

I need to able to override a definition within a superclass, not within a subclass. Person() needs to be able to take multiple arguments after both birthYear and name have b

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