おやすみ
Any way to inherit base abstract class' constructor?
Pretty new to C#. I've got this goofy code:
In python, if you inherit from a class that defines a constructor, it will be inherited, and when creating an instance of that subclass, that inherited constructor is called. I know, its just a single (a bit long) line, but is there something similar in C#? (or, at least, a way to make that line shorter...)
20 replies