Declare a default constructor only when there is no other one inherited
(if the class redefines a constructor with a compatible signature, it will get overridden, so it effectively prevents the default constructor from spawning when there may be an ambiguity)
Showing
Please register or sign in to comment