Developed for class to demonstrate OOP concepts by constructing a bank account object, depositing funds, withdrawing funds, and displaying funds available.
Contents:
Account.java
Main.java
Directions:
Place all files into the same directory.
Run $javac Main.java from command line.
Run $java Main.java from command line.
Running Main.java will first construct a bank account object from the Account.java file. Main.java will then display the results of the variables which have been called on the bank account object.