Pergunta de entrevista da empresa Marlabs

what is an interface

Respostas da entrevista

Sigiloso

10 de mai. de 2017

The interface in java is a mechanism to achieve abstraction. Methods in an interface do not have any implementation and they support multiple inheritance in Java.

Sigiloso

5 de jul. de 2017

Interface is a fully unimplemented class used for declaring set of object operations.You can go for interface if you know object has different implementation.