0
plss helf me with this
A main/base class named AccountCreditInformation. A main/base class method named Credit() that returns a string value, "Balance is credited". A derived class of AccountCreditInformation named DebitInformation. A derived class method named debit() that contains a revised version of main/base class method Credit(). The revision changes the string value to "Balance is debited".
1 Resposta
- 3
Which language?