Infosys interview question

What is difference between interface and an abstract class

Interview Answer

Anonymous

20 Dec 2020

Abstract class is a class which has all the properties which class has except it’s abstract .. however interface is an entity not a class