On 15/02/2026 4:42 AM, Brother Bill wrote:
Is this expected behavior, that is, we always need to create our constructors, no free constructor is built for us by the D compiler?

Yes currently.

If so, this is a clear departure from C# and Eiffel, where one gets a free constructor if no explicitly declared constructors.

D's classes were based off of Java's.

I want some changes to them, constructors also don't inherit.

They are massive pain for exceptions.

  • Do classes requi... Brother Bill via Digitalmars-d-learn
    • Re: Do clas... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
      • Re: Do ... Brother Bill via Digitalmars-d-learn
        • Re:... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
          • ... Mike Parker via Digitalmars-d-learn
            • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
              • ... Brother Bill via Digitalmars-d-learn
                • ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
            • ... Mindy (0xEAB) via Digitalmars-d-learn
              • ... Mindy (0xEAB) via Digitalmars-d-learn
        • Re:... Andy Valencia via Digitalmars-d-learn
    • Re: Do clas... Steven Schveighoffer via Digitalmars-d-learn

Reply via email to