I have a Base class with a default constructor (parameterized with default value) and a Derived class with the same. I'm wondering if there's a way to call the Derived constructor and explicitly avoid calling the one for the Base first. Here's an example of the situation, with its output: