Question: C++ Write a program that creates a class called ChaseAccounts. The class should have two private member variables: name, password. You should have get and
Write a program that creates a class called ChaseAccounts. The class should have two private member variables: name, password. You should have get and set functions for each. You should also declare another variable and function inside the class that prints the number of total objects of that class (accounts) that have been created. In your main(), declare two objects of that class and write code that will display the number of accounts created overall. You must use separate implement and show clearly what is inside which file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
