How is an abstract class different from an Interface from a design point ?
- by somaraj
I have seen many answers in stackoverflow , but i didnt find an answere that is matching mine .
Apart from all those difference , Does it makesense if we say An Abstract class abstracts the implementation of behaviour while an interface abstracts the type which implements the behaviour.