This document provides instructions for an assignment to create a C++ program that models bank account transactions using class inheritance. Students will create a base BankAccount class and two derived classes, CheckingAccount and SavingsAccount, with additional functionality specific to each type of account. A test program will demonstrate depositing, withdrawing, and checking balances for sample accounts of each type. Students must submit source code and a lab report documenting their work.