#61 Abstract Keyword in Java

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

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

  • @rin_645
    @rin_645 Год назад +197

    You explain 600x better than my professor.

  • @sohampatel-bm7gt
    @sohampatel-bm7gt Год назад +21

    You are the best teacher. This is what happens when masters of the subject explains. The most interesting thing is that you clear the doubts and put yourself in the shoes of a student.

  • @fatih5454
    @fatih5454 Год назад +13

    Thank you so much for these priceless videos. I can not thank you enough for the quality and the efficiency of your ways of explaining concepts. I am a newbie computer science student and you are basically saving my life! I am really glad that I found your channel, will recommend to any newcomers who are trying to learn concepts in computer science in the future. Thanks a lot!

  • @neocoretec
    @neocoretec Год назад +2

    Joy to watch you Navin. Thank you for the videos and your time.

  • @hariharanrp400
    @hariharanrp400 9 месяцев назад +8

    we as a community must create a abstract class called "teachLikeNavin" and every teacher must extend it so that the world develop much faster.

  • @SaiKiranNagulapalli00
    @SaiKiranNagulapalli00 3 месяца назад +2

    Key Points :
    We use abstract when we want to define but don't want to implement .
    Abstract methods can be part of only Abstract classes (but not vice versa).
    We cannot directly create an object from Abstract Class.
    We can extend abstract class and all abstract methods should be implemented then only we can use if we cant implement all abstract methods then we should make the class abstract hence we cannot create an object using the class.

  • @NahidSRK
    @NahidSRK Год назад +9

    Sir .. Fast & Furious 7 .. Mv Name 🙃🙃 .... Car Jumped From 1 Building To Another Building There .. Transporter 2 Also Has The Same Scene I Guess 🙃 ...

  • @bhanukummaragunta498
    @bhanukummaragunta498 Год назад +1

    Your explaination was very help to gain the knowledge and understanding the subject in an easy manner

  • @ramaarahatekar
    @ramaarahatekar Год назад +9

    Mind = Blown 🎉❤😊 this lecture was very interesting!

  • @pakistaninsaudi
    @pakistaninsaudi 10 месяцев назад +1

    one think i like the most about you is how humble are you 🎉

  • @bellowajiuolarewaju1336
    @bellowajiuolarewaju1336 Год назад +5

    You are too good, I really like the way you explain things.

  • @asmshahriershuvo2272
    @asmshahriershuvo2272 Год назад +1

    You explain java the way that no one can.... great

  • @fatemehsalem3850
    @fatemehsalem3850 8 месяцев назад +1

    Thanks, Navin, for your clear explanation of Abstract class. It really helped me understand.

  • @agentofchaos65
    @agentofchaos65 8 месяцев назад +9

    Thanks

  • @udaybhargav1552
    @udaybhargav1552 3 месяца назад

    Your are too good Sir! I really love the way you explain with examples and make us understand the concepts.

  • @MADDILAKSHMINARAYANA
    @MADDILAKSHMINARAYANA Год назад +1

    Superb explanations with examples.clearing all my doubts.

  • @powerbroker8055
    @powerbroker8055 Год назад +1

    a great, detailed playlist every concept is explained very easily

  • @VivekSingh-zh3co
    @VivekSingh-zh3co 2 месяца назад

    Best and simple explanation of all time...

  • @sindhurar2804
    @sindhurar2804 9 месяцев назад

    Your explanation give a very clear understanding about the concepts without any doubt thank you so much sir

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

    Your lectures need more likes😍🎉

  • @molinduachintha5375
    @molinduachintha5375 Год назад +9

    The movie is fast and furious right sir??😁

  • @gianglehoang7311
    @gianglehoang7311 Месяц назад

    The best teacher i like .

  • @jnslzr
    @jnslzr Месяц назад

    thank you, best explanation ever about abstract/concrete classes!

  • @samad8906
    @samad8906 Год назад +1

    There is not even a 1% that i didn't understood
    Perfect 👍

  • @gayatribagul2008
    @gayatribagul2008 Год назад +2

    Keep going! these videos are amazing and really helpful 😇

  • @anupam6045
    @anupam6045 5 месяцев назад

    thank you so much for million dollar explanation sir

  • @RajKumar-mv6om
    @RajKumar-mv6om Год назад +1

    He is discussing about a car and then google provides you with a advertisement of a car🤣

  • @hesaradinal275
    @hesaradinal275 4 месяца назад

    Thanks 😊👍 very much sir. Your explanation easily to understand.

  • @shanushah8982
    @shanushah8982 4 месяца назад +1

    Why we refer object as Car obj = UpdatedWagonR () and why not, UpdatedWagonR obj= UpdatedWagonR(); ?

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

    SIR CAN YOU PLEASE MAKE A VIDEO ON WHAT SOFTWARE YOU ARE USING AND HOW TO INSTALL IN ON MAC OS SPECIFICALLY,IT WOULD BE A GREAT HELP

  • @PrudviAlla
    @PrudviAlla 7 месяцев назад

    Hi Navin, I have a doubt. There should be one abstract method inside the abstract class to call it an abstract class right? Correct me if i am wrong.
    Thank you

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

    What an explanation 😍😍

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

    good explaination sir jii

  • @Code-y4v
    @Code-y4v 8 месяцев назад

    Thank you . Well explained

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

    So good tutorial thank you

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

    Uttar Pradesh ki bhasa m bole to, "Bhai Ek Number"

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

      I can recall Pure virtual function in C++

  • @idocoding2003
    @idocoding2003 10 месяцев назад +1

    💯 👌. This is amazing

  • @vajrakowtilyab4822
    @vajrakowtilyab4822 4 месяца назад

    Thank you sir

  • @roopad2031
    @roopad2031 Год назад +2

    When a class is abstract without any abtract methods and having only normal methods. Then how to access those methods as we cannot create an obj for abstract class.. please clarify this Navin

    • @adarshmishra4332
      @adarshmishra4332 Год назад +3

      Create a dummy class that extends the abstract class.

  • @nafisnawalnahiyan5032
    @nafisnawalnahiyan5032 10 месяцев назад +2

    the movie name is Fast & Furious :p

  • @yashbsharma
    @yashbsharma 8 месяцев назад

    thank you

  • @start1learn-n171
    @start1learn-n171 8 месяцев назад

    Tq

  • @divya.d6049
    @divya.d6049 Год назад

    ur laughing is beautiful sir😜

  • @manchikatlamukeshchandra5799
    @manchikatlamukeshchandra5799 5 месяцев назад

    what is the use of this topic and its applications

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

    thank you.

  • @Chiranjeevi_Kola
    @Chiranjeevi_Kola Месяц назад

    Sir, you said in concrete class we should implement all the abstract methods, but now it was not getting error if not implemeted all the abstract methods in child class, please clarify sir?

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

    Sure sir I think the movie name is julayi

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

    Great my boss ❤🎉😂

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

    Thank you ☺️

  • @charancharan2417
    @charancharan2417 День назад

    Can anyone suggest which is the application used to run java program here

  • @siddheshmahadik6921
    @siddheshmahadik6921 9 месяцев назад

    Very nice

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

    Well explained. Easy to understand. I just have one doubt,
    why do you add the "x:" while Printing anything?

    • @ktylodon
      @ktylodon 8 месяцев назад

      it's default from the IDE - vscode extension

  • @amkamk3297
    @amkamk3297 Год назад +2

    Bro.
    Your channel name is expressing that you telugu language.
    Is it right??

  • @anirudhsingh7154
    @anirudhsingh7154 5 месяцев назад +1

    movie name fast and furious 7

  • @RajNithin-w9y
    @RajNithin-w9y 26 дней назад

    sir meru god

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

    which platform are you using for coding?

  • @ronatkumarmuni4076
    @ronatkumarmuni4076 11 месяцев назад

    Do you have MG Commet

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

    Sir why wagonR why not Gwagon

  • @siddhantswarupmallick6710
    @siddhantswarupmallick6710 3 месяца назад

    noice video!!

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

    How can we perform expilicity

  • @TheGloriousOne0
    @TheGloriousOne0 5 месяцев назад

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

    joke of the day i want a car to fly...😂😂😂

  • @animeshjain5137
    @animeshjain5137 7 месяцев назад

    0:33 I'm one of those lol 😅

  • @MohammadKhan-ld1xt
    @MohammadKhan-ld1xt Год назад

    Why can we not create the method drive in the wagonR method rather than declaring it in the parent abstract class. Then we wont need to have the concept of abstract . Can someone pls explain ...

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

      Suppose u create a shooting game in which u must have a gun which has some properties and function. Like shooting damage recoil control. In abstract class u create only method for gun but not defined and other class must have to override it and create a method for this according to guns like akm has different properties. Now suppose in new update u introduced a new gun with different functions now its compulsory to u to override parent class method and define it again according to your new gun. I hope u understand this example.

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

    Oh i thought G-Wagon 😅

  • @sohampatel-bm7gt
    @sohampatel-bm7gt Год назад +1

    You also look like J Sai Deepak.