Question: C++ program Create a class called Account with the following data fields; account holder, account number, balance and the bank name. Include the followings functions;
C++ program
Create a class called Account with the following data fields; account holder, account number, balance and the bank name. Include the followings functions; function to display information about an Account function to prompt the user for Account information Write a main() function in which you instantiate two Account objects and demonstrate using both objects that the functions work correctly. Save the file as Account.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
