Pergunta de entrevista da empresa Netcad

What is Inheritance? What is meant by Interface?

Resposta da entrevista

Sigiloso

9 de out. de 2019

Inheritance means one class can extend to another class. So that the codes can be reused from one class to another class. An interface is a template which has only method declarations and not the method implementation.