Question: Hi, I know this is a long question, help me plz, Thank You!! Programming Project: Modeling Bank Accounts The objectives of this assignment are to:


Hi, I know this is a long question, help me plz, Thank You!!
Programming Project: Modeling Bank Accounts The objectives of this assignment are to: . Be able to write a Java class definition with a main method that creates and uses instances (Objects) of another class. Be able to declare Java variables that refer to a class data type, in this project the BankAccount class, and are initialized by instances of that class (by calls to the class constructor) . Be able to use the public methods, such as get and set methods of an Object to read and write values stored in that Object. Understand that the data stored in an Object can only be accessed by the public methods defined in that Object's class definition. This assignment is based on your use of the public methods of the BankAccount class, provided below, to modify the checking and savings accounts of two individuals: Nick and Carol. You need to copy the source code from this class into an empty window in the IDE you are using, then save it and compile it. Your job is to create a BankingDriver class and write statements in its main method that carry out the actions specified in the Project Requirements list below. Your statements must use the public methods provided by the BankAccount class. You will submit the BankingDriver.java code as your solution to this
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
