Posts by Johnnes Souza • 1 point
1 post
-
-3
votes1
answer223
viewsQ: Access toString method from generic class
I have a generic class Official and other 3 specific classes that inherit from employee. Within the Employee class, I have the method toString. abstract class Funcionario { private String nome;…