Method Chaining Explained (in Computer Programming)

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

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

  • @小森三千雄
    @小森三千雄 2 года назад

    分かりやすいです。素晴らしい。

  • @ankitanavgire7206
    @ankitanavgire7206 5 лет назад +4

    very simplified, thank you!

  • @VivekYadav-vk2lh
    @VivekYadav-vk2lh 5 лет назад +2

    this was so clear, thanks much

  • @creative-commons-videos
    @creative-commons-videos 3 года назад

    hi, how to limit method chain to some perticular function ? returning this will give all method access, and i am trying to make a routing package where i need to return a chain of method like router.get() here i only want to return get, post and other method but i have many methods in class that all are showing up, i also have applyMiddleware() method that i only want after method is selected but it is showing while accessing router.* anything

  • @HasanNaser01
    @HasanNaser01 5 лет назад +2

    Thank you 🙂

  • @OnlyJavascript
    @OnlyJavascript 4 года назад

    where do we use this? like match it in a real world concepts??

  • @andreiapricopoai6795
    @andreiapricopoai6795 5 лет назад

    really well explained!

  • @syarifnm3047
    @syarifnm3047 3 года назад

    so what it means for frame.getContentpane().setbackground(); ?
    it looks like getcontentpane and setbackground cannot be separated but if it so than it must be some other type from chaining method i guess ?

  • @craigw6389
    @craigw6389 6 лет назад +1

    Great vid! Thank you

    • @dcode-software
      @dcode-software  6 лет назад

      Hey Craig, thank you! Good to hear you enjoyed it :)