Inheritance vs Interfaces (Protocols) In Swift

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

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

  • @shivanshkumar1134
    @shivanshkumar1134 Год назад

    Good Explanation with the basics..Very much informative learning video

  • @ashleydube3710
    @ashleydube3710 3 года назад +2

    Sir, thank you very much for the great explanation, I've leant so much in these 18 minutes 😁

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

    Your video is being alike daily dose... keep posting.

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад +1

      Thanks for the kind words Pawan. I’m glad that you are finding my videos useful 🙂

  • @srkeerthy
    @srkeerthy 3 года назад +2

    What if the protocols have the same method name and signature? Which method would you use when implementing multiple protocols

  • @roshanthapa25
    @roshanthapa25 Год назад

    Nicely explained

  • @MegaPertamax
    @MegaPertamax 2 года назад

    thank you very much. This is such a great explanation!

  • @waseemasif100
    @waseemasif100 2 года назад

    Can you please make video on SOLID principles with proper examples in swift. I'm unable to find good examples of solid principles in other tutorials

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

    Great job explaining! Subscribed!

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

      Thanks for subscribing Christian. I’m glad that you liked it 🙂

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

    Helped me to clear some concepts 🧑🏼‍💻

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

    It was a really helpful video. Thanks a lot!!!

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

    Nice!!
    Any specific reason for not using Xcode’s playground for demonstration?

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

      Nothing specific, except that I was getting some issues on playground (didn’t want to speed time on those).
      Thanks 🙂

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

    Thank you That was very helpful .

    • @iCode_Happy_Coding
      @iCode_Happy_Coding  3 года назад +1

      Thanks Palak, glad that you found the video helpful 🙂

  • @MohitAgrawaldev
    @MohitAgrawaldev 3 года назад +1

    You got a new sub

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

    Great explanation...!

  • @1stplace362
    @1stplace362 2 года назад

    is interfaces are same as abstraction or is there any differences in swift (just like java language has)?

  • @Aditya-Pathak
    @Aditya-Pathak 3 года назад

    Nicely explained 👌🏼

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

    Awesome video iCode

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

    Awesome! Thanks man.

  • @rahuljamba5846
    @rahuljamba5846 2 года назад

    Great !!

  •  3 года назад

    Thanks for the video :)

  • @marlonvonansale6457
    @marlonvonansale6457 3 года назад +1

    love it

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

    instead of using three different protocol declarations for each skill set .. can we use single protocol with 3 different method declarations for each skill and making them optional .. will this be a better approach ?

    • @RupeshSaxena
      @RupeshSaxena 2 года назад +1

      what if you have more operations to perform for specific skill, which doesn’t make sense to bloat one single protocol

    • @waseemasif100
      @waseemasif100 2 года назад

      this would lead to fat interface problem which is mentioned in "ISP" of "solid" principles

    • @alokpandey2303
      @alokpandey2303 Год назад

      This will break SOLID principle. Protocol should be segregated.

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

    You missed the computed and stored properties for extensions.

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

      Thanks for pointing it out. I’ll try to cover it in some other relevant video.

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

    Now screen is visible properly with more clarity.

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

      Thanks. Your feedback helps in making better content. Thank you :)

  • @twinsbaby5774
    @twinsbaby5774 3 года назад +1

    wow