Itron interview question

What QTAgent42, difference between abstract and interface

Interview Answer

Anonymous

30 Mar 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