How is an abstract class different from an Interface from a design point ?

Posted by somaraj on Stack Overflow See other posts from Stack Overflow or by somaraj
Published on 2010-04-12T07:27:16Z Indexed on 2010/04/12 7:33 UTC
Read the original article Hit count: 219

Filed under:

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.

© Stack Overflow or respective owner

Related posts about design