Pergunta de entrevista da empresa Itron

What QTAgent42, difference between abstract and interface

Resposta da entrevista

Sigiloso

30 de mar. de 2017

Abstract class force child class to implement its abstract members, it can have non abstract members with implementation details, interface only define signatures no implementation detail available, interface can only inherit from anityer interface

1