An illustration shows:
"SavingsAccount account(100, 50, 5.5);"
"account.deposit(10,25);" annotated as "Invoking a function in the derived class"
"account.output(cout); annotated as "Invoking a function in the parent class, BankAccount."