0
please help me with this
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".
4 Answers
+ 1
Why don't you try for yourself first? I am sure people will gladly help you then. BTW, it usually helps to specify the programming language you want to write it in.
0
what are you asking for?
0
i want to create a program using this method
0
did you finish this?