ConnectWise interview question

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

Interview Answer

Anonymous

9 Feb 2017

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