good
tuklal 2 months ago
@FlipTopEMCEE She made an object to run the main method would look like:
Bank b1 = new Bank();
b1.setCurrentBalance(1000.00);
System.out.println(b1.getCurrentBalance);
the data (the amount in the bank account) is hidden data also known as encapsulation.
Gotfryd1590 5 months ago
wheres the main class?
FlipTopEMCEE 5 months ago
Good example.
SurtiSohail 8 months ago
wow. shes a hard breather lol. very good tut!
Gilster85 11 months ago
Good example ...thanks ..
keerthida 1 year ago
good
tuklal 2 months ago
@FlipTopEMCEE She made an object to run the main method would look like:
Bank b1 = new Bank();
b1.setCurrentBalance(1000.00);
System.out.println(b1.getCurrentBalance);
the data (the amount in the bank account) is hidden data also known as encapsulation.
Gotfryd1590 5 months ago
wheres the main class?
FlipTopEMCEE 5 months ago
Good example.
SurtiSohail 8 months ago
wow. shes a hard breather lol. very good tut!
Gilster85 11 months ago
Good example ...thanks ..
keerthida 1 year ago