Posts by Gabriel Costa • 1 point
1 post
-
0
votes0
answers16
viewsQ: Java - Interface
I was studying interface and I came up with a question in the code below: public class TesteGerente { public static void main(String[] args) { Autenticavel referencia = new Cliente(); Gerente g1 =…