ConnectWise Interview Question

What's the difference between an abstract class and an interface?

Interview Answer

Anonymous

Feb 9, 2017

An abstract class can provide implementations to methods, whereas they must remain abstract in interfaces.