Kirey Group interview question

What is the difference between abstract class and interface

Interview Answer

Anonymous

2 Apr 2017

Abstract class can have a body for methods, interface can't.