Implement a class called BankAccount that is used to keep track of a bank account. This class will not have any methods other than getters/setters. The class should have two private fields: one called 'balance' that represents how much money is in the account, and one called "id' that represents a unique number for the account. Constructors public BankAccountſint id, double Creates a BankAccount object with an ID number and an initial initialBalance) balance Methods public int getid() Returns the ID of the account. public void setBalance(double Sets the balance member balance) public double getBalance) Returns the balance Returns a String to print information about the object in the format "Account ID: * Balance: public String toString0 ". where " are the id and balance members. In the main method: 1. Instantiate a BankAccount object using the constructor you created. 2. Print out the result of the object's getld() and getBalance) methods. 3. Call setBalance to set a new balance and then print out the result of the object's getBalance() method. 4. Print out the result of the object's toString) method.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 2RQ
icon
Related questions
Question
Class 1: Bank Account (5 points)
Implement a class called BankAccount that is used to keep track of a bank account. This class will not have any methods
other than getters/setters. The class should have two private fields: one called 'balance' that represents how much
money is in the account, and one called id' that represents a unique number for the account.
Constructors
public BankAccountlint id, double
Creates a BankAccount object with an ID number and an initial
balance
initialBalance)
Methods
public int getld)
Returns the ID of the account.
public void
setBalance(double
Sets the balance member
balance)
public double
Returns the balance
getBalancel)
Returns a String to print information about the object in the format "Account ID: * Balance:
", where are the id and balance members.
public String toString()
In the main method:
1. Instantiate a BankAccount object using the constructor you created.
2. Print out the result of the object's getld() and getBalance() methods.
3. Call setBalance to set a new balance and then print out the result of the object's getBalance() method.
4. Print out the result of the object's toString0 method.
Transcribed Image Text:Class 1: Bank Account (5 points) Implement a class called BankAccount that is used to keep track of a bank account. This class will not have any methods other than getters/setters. The class should have two private fields: one called 'balance' that represents how much money is in the account, and one called id' that represents a unique number for the account. Constructors public BankAccountlint id, double Creates a BankAccount object with an ID number and an initial balance initialBalance) Methods public int getld) Returns the ID of the account. public void setBalance(double Sets the balance member balance) public double Returns the balance getBalancel) Returns a String to print information about the object in the format "Account ID: * Balance: ", where are the id and balance members. public String toString() In the main method: 1. Instantiate a BankAccount object using the constructor you created. 2. Print out the result of the object's getld() and getBalance() methods. 3. Call setBalance to set a new balance and then print out the result of the object's getBalance() method. 4. Print out the result of the object's toString0 method.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Math class and its different methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT