Understanding Composition! Revolutionize your games! || Godot Tutorial

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 7

  • @blu3260
    @blu3260 5 дней назад +1

    This also just makes sense in the real world. A platypus deviates from the standard "mammal" and may not inherit everything most other mammals have.

  • @tejaswithme3713
    @tejaswithme3713 4 месяца назад +2

    I loved this, recently i made a game in Godot for my college event & it turned out to be lil messy for my side cuz i didn't know how to organise the code, but glad that everyone like my game ☺️✨
    Now learning from that, I'm trying to learn about coding patterns & management stuffs.
    Thus, so i found this channel & im glad i found it...
    Pls make more videos like this 💗💗💗
    Love from India 🇮🇳

  • @Afreshio
    @Afreshio 6 месяцев назад +2

    nice one. love these vid snippets about godot/coding concepts

  • @henryaudubon
    @henryaudubon 7 месяцев назад +2

    Nice vid! Glad to see you back at it.

    • @jacobfoxe4691
      @jacobfoxe4691  6 месяцев назад +1

      Much appreciated! High hopes this time around and lots of fun video ideas :)

  • @RaubeR666
    @RaubeR666 Месяц назад +4

    OOP is not equal to "inheritance". Composition is absolutely OOP as well. The better way to put it: use inheritance for "system" logic, and composition for "business" logic.