#61 Abstract Keyword in Java

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

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

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

    Thanks

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

    You explain 600x better than my professor.

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

    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!

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

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

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

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

  • @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 🙃 ...

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

    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.

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

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

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

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

  • @pakistaninsaudi
    @pakistaninsaudi 11 месяцев назад +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

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

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

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

    Superb explanations with examples.clearing all my doubts.

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

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

  • @utnavinofficial5097
    @utnavinofficial5097 Месяц назад +1

    super explanation navin sir.

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

    Best and simple explanation of all time...

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

    a great, detailed playlist every concept is explained very easily

  • @ajayghode3602
    @ajayghode3602 10 дней назад

    Thank You
    Point to remember: we can't create object of abstract class. Abstract method must be defined in the abstract class.
    concrete class- we defined abstract methods.

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

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

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

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

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

    The movie is fast and furious right sir??😁

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

    Your lectures need more likes😍🎉

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

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

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

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

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

    Keep going! these videos are amazing and really helpful 😇

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

    The best teacher i like .

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

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

  • @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.

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

    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

  • @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

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

    thank you so much for million dollar explanation sir

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

    What an explanation 😍😍

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

    💯 👌. This is amazing

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

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

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

    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?

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

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

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

      it's default from the IDE - vscode extension

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

    Great my boss ❤🎉😂

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

    good explaination sir jii

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

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

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

    Thank you . Well explained

  • @abinfranklin8953
    @abinfranklin8953 15 дней назад

    8:45 “ fast and furious ”😂

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

    So good tutorial thank you

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

    what is the use of this topic and its applications

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

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

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

    ur laughing is beautiful sir😜

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

    which platform are you using for coding?

  • @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.

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

    Thank you sir

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

    the movie name is Fast & Furious :p

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

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

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

      I can recall Pure virtual function in C++

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

    Do you have MG Commet

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

    How can we perform expilicity

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

    Thank you ☺️

  • @MohithKumar-46
    @MohithKumar-46 Год назад

    Sure sir I think the movie name is julayi

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

    Very nice

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

    thank you

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

    Sir why wagonR why not Gwagon

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

    thank you.

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

    6:50

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

    movie name fast and furious 7

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

    0:33 I'm one of those lol 😅

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

    Tq

  • @ggtajay.
    @ggtajay. 18 дней назад +1

    guruji charan kahan hai aapke

  • @RajNithin-w9y
    @RajNithin-w9y 2 месяца назад

    sir meru god

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

    noice video!!

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

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

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

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

    Oh i thought G-Wagon 😅

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

    You also look like J Sai Deepak.