i dont know how to solve this problem,,it seems that i dont know how to fixed this error
Exception in thread "main" java.lang.StackOverflowError
please helped me,,im stack on it,,
i just have a class
public class ATM{
BankAccount bank = new BankAccount();
SavingsAccount savings = new SavingsAccount();
CheckingAccount checking = new Checking();
//below are the codes..
it seems that when i will click the error,,those lines showed the error,,and i dont know how to fixed it,,can someone helped me??thanks in advance...