Could someone explane what does it means “Create CheckingAccounts or SavingsAccounts that inherit from Account”?
I need explanation of the task (not how to do it), please.
1 Like
I think what it means is that
class SavingsAccount < Account
end
and then try using the SavingsAccount.new
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.