employer cover photo
employer logo
employer logo

Atlas RFID Solutions

Is this your company?

Atlas RFID Solutions interview question

What is the difference between an interface and an abstract class?

Interview Answer

Anonymous

15 Oct 2016

interface - no implementation; c# classes can implement multiple interfaces abstract class - may include implementation; c# classes can only extend one abstract class