Gallup Interview Question

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

Interview Answer

Anonymous

Feb 18, 2019

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