Tagged Questions
5
votes
6answers
600 views
Overload “base” constructor or “this” constructor?
I have few types that derive from simplified Base as shown below.
I am not sure whether to use base class's constructor or this constructor when overloading constructors.
ConcreteA overloads ...