Kirey Group Interview Question

What is the difference between abstract class and interface

Interview Answer

Anonymous

Apr 2, 2017

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