How do you call an abstract constructor?

You can’t call an abstract class constructor with a class instance creation expression , i.e. As constructors of abstract classes can only be called within subclass constructors (and by chaining one to another within the same class), I typically make them protected … making them public would serve no purpose.19 Haz 2014

Read more