Bank Account Types
EasyExtend the beginner BankAccount with subclasses SavingsAccount (adds interest) and CheckingAccount (allows overdraft).
Demonstrate polymorphic behavior when processing transactions.
OOP Focus: Inheritance plus overriding.
Note: This is statement-only in the current Practice version; stdout should be empty.
Loading editor...
Output
Run or submit to see output.