Landacorp interview question

what is the different between a class and a interface?

Interview Answer

Anonymous

12 Dec 2011

class is a template for creating object, we implement interfaces inside classes.