Siemens Interview Question

What is the difference between abstract class and interface in real world?

Interview Answer

Anonymous

Apr 27, 2016

Interface is a contract between client and application. Abstract class implements a default behaviour.