Question: Please write c++ program that meet all the requirements based on below instructions. Please type the same inputs as are in the screenshot to see
Please write c++ program that meet all the requirements based on below instructions. Please type the same inputs as are in the screenshot to see if you got the same outputs. thanks

















This homework assignment gives you the opportunity to practice inheritance. You have the option to submit the basic version (you can earn up to 100 points out of 100) or the extra credit version (you can earn up to 110 points out of 100). Please state clearly in the comments header of main.cpp which version you submit. Basic Version (graded out of 100) Your program should implement the following: 1. Account class Account has the following member variables: private: accountNumber of type int ownerName of type string protected: numberAccounts of type static int, initialized to zerdo
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
