Question: Please write c++ program that meet all the requirements based on the below instructions. Please enter the provided inputs to see if you check the
Please write c++ program that meet all the requirements based on the below instructions. Please enter the provided inputs to see if you check the same outputs that are in the screenshot. If you can, please do the extra credit as well. 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 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
