Posts

Showing posts from January, 2017

Abstract Classes In C#

Image
Abstract classes in CSharp, are another type of classes  which are created just to provide some architectural structure to the code and they have a uniqueness, that these classes can't be initialized but only be derived from. Let's understand about these classes, What are these? Why these abstract classes are used?