Jean Martin interview question

What's different between abstract and interface?

Interview Answer

Anonymous

27 Apr 2011

1. extends abstract for only ONCE implement intefaces as many as you want 2. abstrace: what the object is interface: what the object can do