neste trecho de código ele apresenta um erro que não consegui entender, pois está igual ao do professor:
boolean antenticou = g1.autentica(2222);
System.out.println(autenticou);
o erro é esse:
Exception in thread "main" java.lang.Error: Unresolved compilation problem: autenticou cannot be resolved to a variable
at TesteGerente.main(TesteGerente.java:17)