ABSTRACT CLASS vs INTERFACE ?
800385Mar 3 2007 — edited Mar 6 2007hi all,
can anybody help me.
if i have an abstract class (full of abstract method definitions) and an interface(having same definitions).
Now the question is in which situation we go for an ABSTRACT CLASS with full of abstract method definitions and in which situation we go for an INTERFACE.
and other differences between ABSTRACT CLASSES and INTERFACES except Multiple Inheritence ?