Explanation:
Tester (line 4) cant't instantiate an instance of Account because the constructor is invisible (package visible, no modifier). For the same reason a compilation error occurs when CurrentAccount tries to call implicitly super() of class Account at line 2