1 post
2
3
556
How can I display the method of this revised class in the Test class? public interface Produto { void exibirNome(String nome); } public class Revista implements Produto { @Override public void…