I've confused between abstract class and non abstract class. I don't know, when shuold i use abstract class and shouldn't use it?
Please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep Singh ShekhawatPosted May 16, 2013, 3:59 AM
When you need special method that inherits on different class and define different definition of them means "abstract method".
More Detail
http://www.headspring.com/logan/two-reasons-to-use-abstract-classes-in-c/