posted 18 years ago
Hi
In what situation we can write interface?
In what situation we can write abstract class?as both can have abstract methods.As per my knowledge we can go for interface when we need multiple Inheritance.Is there any other(best)situation to write interfaces?