employer cover photo
employer logo
employer logo

Varen Technologies

Is this your company?

Varen Technologies interview question

What is the difference between and abstract class and interface?

Interview Answer

Anonymous

21 Feb 2018

The main difference between them is that a class can implement more than one interface but can only inherit from one abstract class.