What is an Abstract class?
Abstract class is a class that cannot be instantiated, it exists extensively for inheritance and it must be inherited. There are scenarios in which it is useful to define classes that is not intended to instantiate; because such classes normally are used as base-classes in inheritance hierarchies, we call such classes abstract classes.
For more information please click on the below link.
http://aspdotnet-roja.blogspot.in/2012/04/difference-between-abstract-class-and.html
No comments:
Post a Comment