[Dlang Episode 108] D Language - Classes vs struct - part 2 of N - how to choose which?

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 6

  • @bitpilot79
    @bitpilot79 หลายเดือนก่อน +5

    Nice to see new D videos coming from you.

    • @MikeShah
      @MikeShah  หลายเดือนก่อน

      Cheers, and more coming too 😁

  • @GaryChike
    @GaryChike หลายเดือนก่อน +1

    Thanks Mike for D'structing this for us!

    • @MikeShah
      @MikeShah  หลายเดือนก่อน +1

      Hehe -- you are most welcome Gary 😁More D videos on the way!

  • @kyleheaser2385
    @kyleheaser2385 หลายเดือนก่อน +1

    I presume Classes may contain Structs and Structs may contain Classes? Does this throw a wrench into the struct class dichotomy?

    • @MikeShah
      @MikeShah  หลายเดือนก่อน

      Indeed, that is allowed! It doesn't so much through a wrench into things as far as how they're used. However, if you use betterC (th-cam.com/video/_lmY2iOAf_k/w-d-xo.html) -- you'll want to stick to composition using only structs.