0 / 60 seg.

What will happen if you try to access the balance field from another class?

class Account {
    private double balance;
}