Jean Martin Interview Question

What's different between abstract and interface?

Interview Answer

Anonymous

Apr 27, 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