Constructor of an abstract class in C#

Why is it possible to write constructor for an abstract class in C#?
As far as I know we can’t instantiate an abstract class.. so what is it for?
You can’t instantiate the class, right?

14 Answers
14

Leave a Comment