Question
The main objective of this assignment is to learn how to design and define a class in Java using BleueJ. Write a class called BankAccount
The main objective of this assignment is to learn how to design and define a class in Java using BleueJ. Write a class called BankAccount that has two instance variables (fields) the first stores the account number, and the second stores the current balance of the account. This class contains two mutator methods to debit and credit the account. Define a third accessor method that returns the current balance. Define a fourth method to print out (to display) account information. Define two constructors; the first one is a no-argument constructor (known as the default constructor) and the second one passes two values to set an account number and an initial balance. Instantiate two bank accounts and exercises the methods of the class using BlueJ.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started