Open lee741 opened 4 days ago
BankAccount
Define a base class to hold common attributes and methods.
Implement specific account behaviors.
Document definitions and uses.
Establish methods for class ChequeAccount:
ChequeAccount
Add attributes like accountNumber, balance, and methods like deposit, withdraw, and transfer.
accountNumber
balance
deposit
withdraw
transfer
The cheque account is currently in progress , the work is split up between @KevinM55 @NompiloZondo-Dev and @Tumisang9x.
Cheque Account (
BankAccount
)Define a base class to hold common attributes and methods.
Implement specific account behaviors.
Document definitions and uses.
Establish methods for class
ChequeAccount
:Add attributes like
accountNumber
,balance
, and methods likedeposit
,withdraw
, andtransfer
.Assignees: 3
Expected time allowance: 2 days