Pergunta de entrevista da empresa PASS

What is an interface?

Resposta da entrevista

Sigiloso

3 de mai. de 2021

An interface is used to achieve multiple inheritance in java. it has common methods that can me implemented by many class that requires the common functions.