0

[C#] Someone help me with this, please!

Can someone write a code for this? Thank you so much in advance. 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".

26th Oct 2020, 4:25 AM
cuddlescuddles
2 Respuestas
+ 5
Welcome to SoloLearn. Please don't ask for solutions to coding assignments without showing your efforts. Nobody will do your homework for you. All you need to learn to do it is here: https://www.sololearn.com/Course/CSharp/?ref=app Welcome to the forum: https://www.sololearn.com/discuss/1316935/?ref=app Happy SoloLearning!
26th Oct 2020, 4:30 AM
Kevin ★
0
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".
5th Aug 2024, 3:43 AM
Mikka jane Biong
Mikka jane Biong - avatar