Pregunta de entrevista de Antra

What is a class What is an interface Basic programming questions

Respuesta de la entrevista

Anónimo

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.