difference between ABSTRACT CLASS and an INTERFACE
hi all,
what is the difference between an ABSTRACT CLASS with full of METHOD DEFINITIONS and no implemented methods. AND an interface having the same definitions.
In which situation we use abstract class and in which situation we use interface.
what are the benefits.
Can anybody explain it clearly.
bye
-hari

