Pergunta de entrevista da empresa Antra

What is a class What is an interface Basic programming questions

Resposta da entrevista

Sigiloso

28 de ago. de 2019

All java code is defined in the class. Class includes method and variable. Interface: multiple inheritance cannot be achieved in java, so using interface overcome this issue. An interface can only have method declaration, but no method implementation.