What will happen if you try to access the balance field from another class?
class Account {
private double balance;
}
What will happen if you try to access the balance field from another class?
class Account {
private double balance;
}