Infosys Interview Question

When will you use interface and abstract what is the diff

Interview Answer

Anonymous

Jan 4, 2012

more than one interface you can inherit to one class. Abstract class will act like base class.can't instantiate.