Question: Write a full java program that converts the UML diagram of BankAcount to an actual Class in java. t is expected to do the following
Write a full java program that converts the UML diagram of BankAcount to an actual Class in java.
t is expected to do the following tasks: 1. Declare data members. 2. Implement two constructors (Default and with arguments constructors). 3. Implement setters and getters methods for all data members. 4. Implement and @override toString() method to return a String that prints the object. 5. Implement deposit() method that adds a received deposit to the current balance. 6. Implement withdraw () method that subtracts a received amount from the current balance. 7. Implement taxRate () method that calculates and returns the tax rate based on the balance, as shown in the table. 8. In the main method, create an object/instance from the BankAcount class and test your code by calling all implemented methods to ensure they meet the requirements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
