Kotlin Abstract class, Method and Abstract Properties. Kotlin Tutorial for Android #8.8

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

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

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

    tried so many courses to learn kotlin but this is god of all the courses

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

    You are really an awesome teacher

  • @andrewsbezos2740
    @andrewsbezos2740 4 года назад +1

    you truely have a great explanation skill , its just awesome

  • @saisandhyachannel7154
    @saisandhyachannel7154 2 месяца назад

    tq so much,ur way of explanation is next level bro

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

    You are the Best!!!!!!!!!!!!!! WELL DONE MY INDIAN BROTHER!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! THANK YOU! THANK YOU! THANK YOU! I finally managed to understand complex nature of all of these confusing terminology .

    • @smartherd
      @smartherd  6 лет назад

      ur welcome. keep learning . Hit LIKE. thanks

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

    sriyank sir .... you are really great

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

    Explanation is your super ability. Thumb up

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

    Best explanation so far!!👍👍

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

    Very clear explanation, thank you.

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

    very good explained

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

    nice explanation thank you smartherd

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

    This could be the best explanation of the abstract methods or classes I have seen so far. Thank you so much.

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

    thank you

  • @carlitosdroid
    @carlitosdroid 6 лет назад

    Thank you Smartherd for sharing your knowledge, I would like to know then... What would be the main difference between an Interface and a Abstract class? When do I have to use one or the other?

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

    thx for the clear tutorial

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

    very good tutorial

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

    Great video

  • @prathameshjadhav5212
    @prathameshjadhav5212 5 лет назад +1

    What is use of abstract class, method

  • @raghunathmestry3490
    @raghunathmestry3490 7 лет назад

    can i use hadoop framwork with kotlin ?

  • @Lili-zu2bs
    @Lili-zu2bs 5 лет назад

    thank you sir

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

    Hi Sriyank, Can you please make videos about RXJava on android that will really helpful

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

    I am here 2020

  • @jseh_
    @jseh_ 6 лет назад

    Entonces "open" es como el "default" de java :O

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

    Many information is missing,thanks anyway ..

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

    So, what is the advantage of using abstract class ? You threw an agenda, but doesn't seem to answer it, at least on this video. Great info otherwise.

    • @cosovic14
      @cosovic14 5 лет назад +6

      The advantage is that they are designed to be subclassed and provide some common functionality across a set of related classes.
      So for example,
      If you have an Animal Class that is Abstract, with noise, eat, and weight methods, you will know that each method will need to be changed since each class that you create to inherit from the Animal class (Dog, Lion, Elephant) will make different noises, eat different foods and have a different weight. This ensures that you will not be able to create any objects without making sure the data and functionality for each class is first the way it's supposed to be. Does that make sense?

  • @2chotti
    @2chotti Год назад

    thank you