SOLID principles explained | Java | System Design Interview

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

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

  • @mohdbilal4182
    @mohdbilal4182 26 วันที่ผ่านมา

    Wonderful and clean explanation. ❤

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

    I am a Go developer, and many people like me think that GoLang does not use OOP. But at every interview, I'm asked about it.

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

      You are right, Go doesn't follow the traditional class-based object-oriented programming (OOP) paradigm seen in languages like Java or C++. However, it does incorporate several key OOP principles in its own unique way. For instance, Go doesn't have traditional inheritance. Instead, it uses composition and embedding of structs to achieve code reuse and build complex types from simpler ones and achieves polymorphism through interfaces.

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

    Hey! Do you have any plans on manking a paid System Design course?

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

      I have thought about it, will announce when I am done planning that. Meanwhile, please let me know if there are any specific topics that you are interested in :)