what is the meaning of “CheckingAccount.numberOfAccount” here?

后端 未结 0 1009
梦如初夏
梦如初夏 2020-12-20 13:38
class Account:
  def __init__(self, balance):
    self._balance = balance
  def getBalance(self):
    return self._balance
class CheckingAccount(Account):
  numberOf         


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