Gallup interview question

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

Interview Answer

Anonymous

18 Feb 2019

An abstract class can not be instantiated, but you can use the variables/methods stored within that class