Listing 2 Virtual functions simplify run-time type checking

void Account:: entry_post(Entry * pentry)
   {
   balance = pentry->post(balance);
   }
/* End of File */