#61 Abstract Keyword in Java

  Рет қаралды 183,722

Telusko

Telusko

Күн бұрын

Пікірлер: 86
@agentofchaos65
@agentofchaos65 9 ай бұрын
Thanks
@rin_645
@rin_645 Жыл бұрын
You explain 600x better than my professor.
@ShubhamSingh-jx1ip
@ShubhamSingh-jx1ip Жыл бұрын
You are right
@santhosh-benz7
@santhosh-benz7 Жыл бұрын
😂
@a45rohitphatak42
@a45rohitphatak42 Жыл бұрын
1000 times better than my professor.
@himrankhan8589
@himrankhan8589 Жыл бұрын
so sad on you 😂
@jaisharma413
@jaisharma413 Жыл бұрын
@@ShubhamSingh-jx1ipthats why he is global mentor and teachers r still teaching in collages 😂
@sohampatel-bm7gt
@sohampatel-bm7gt Жыл бұрын
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 Жыл бұрын
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 ай бұрын
we as a community must create a abstract class called "teachLikeNavin" and every teacher must extend it so that the world develop much faster.
@Raman_Java
@Raman_Java Ай бұрын
Haha nice one
@ramaarahatekar
@ramaarahatekar Жыл бұрын
Mind = Blown 🎉❤😊 this lecture was very interesting!
@neocoretec
@neocoretec Жыл бұрын
Joy to watch you Navin. Thank you for the videos and your time.
@SaiKiranNagulapalli00
@SaiKiranNagulapalli00 4 ай бұрын
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.
@bellowajiuolarewaju1336
@bellowajiuolarewaju1336 Жыл бұрын
You are too good, I really like the way you explain things.
@NahidSRK
@NahidSRK Жыл бұрын
Sir .. Fast & Furious 7 .. Mv Name 🙃🙃 .... Car Jumped From 1 Building To Another Building There .. Transporter 2 Also Has The Same Scene I Guess 🙃 ...
@pakistaninsaudi
@pakistaninsaudi 11 ай бұрын
one think i like the most about you is how humble are you 🎉
@fatemehsalem3850
@fatemehsalem3850 9 ай бұрын
Thanks, Navin, for your clear explanation of Abstract class. It really helped me understand.
@bhanukummaragunta498
@bhanukummaragunta498 Жыл бұрын
Your explaination was very help to gain the knowledge and understanding the subject in an easy manner
@asmshahriershuvo2272
@asmshahriershuvo2272 Жыл бұрын
You explain java the way that no one can.... great
@MADDILAKSHMINARAYANA
@MADDILAKSHMINARAYANA Жыл бұрын
Superb explanations with examples.clearing all my doubts.
@utnavinofficial5097
@utnavinofficial5097 21 күн бұрын
super explanation navin sir.
@udaybhargav1552
@udaybhargav1552 4 ай бұрын
Your are too good Sir! I really love the way you explain with examples and make us understand the concepts.
@powerbroker8055
@powerbroker8055 Жыл бұрын
a great, detailed playlist every concept is explained very easily
@sindhurar2804
@sindhurar2804 10 ай бұрын
Your explanation give a very clear understanding about the concepts without any doubt thank you so much sir
@jnslzr
@jnslzr 2 ай бұрын
thank you, best explanation ever about abstract/concrete classes!
@samad8906
@samad8906 Жыл бұрын
There is not even a 1% that i didn't understood Perfect 👍
@VivekSingh-zh3co
@VivekSingh-zh3co 3 ай бұрын
Best and simple explanation of all time...
@molinduachintha5375
@molinduachintha5375 Жыл бұрын
The movie is fast and furious right sir??😁
@hesaradinal275
@hesaradinal275 5 ай бұрын
Thanks 😊👍 very much sir. Your explanation easily to understand.
@iam_robinroy
@iam_robinroy Жыл бұрын
Your lectures need more likes😍🎉
@gianglehoang7311
@gianglehoang7311 2 ай бұрын
The best teacher i like .
@gayatribagul2008
@gayatribagul2008 Жыл бұрын
Keep going! these videos are amazing and really helpful 😇
@abinfranklin8953
@abinfranklin8953 3 күн бұрын
8:45 “ fast and furious ”😂
@RajKumar-mv6om
@RajKumar-mv6om Жыл бұрын
He is discussing about a car and then google provides you with a advertisement of a car🤣
@anupam6045
@anupam6045 6 ай бұрын
thank you so much for million dollar explanation sir
@shanushah8982
@shanushah8982 5 ай бұрын
Why we refer object as Car obj = UpdatedWagonR () and why not, UpdatedWagonR obj= UpdatedWagonR(); ?
@idocoding2003
@idocoding2003 11 ай бұрын
💯 👌. This is amazing
@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
@roopad2031
@roopad2031 Жыл бұрын
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 Жыл бұрын
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
@jaypople8885
@jaypople8885 Жыл бұрын
What an explanation 😍😍
@charancharan2417
@charancharan2417 25 күн бұрын
Can anyone suggest which is the application used to run java program here
@manchikatlamukeshchandra5799
@manchikatlamukeshchandra5799 6 ай бұрын
what is the use of this topic and its applications
@nellaiffgameing1954
@nellaiffgameing1954 3 ай бұрын
Great my boss ❤🎉😂
@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?
@mainframecoding5038
@mainframecoding5038 Жыл бұрын
good explaination sir jii
@Code-y4v
@Code-y4v 9 ай бұрын
Thank you . Well explained
@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
@sonamohialdin3376
@sonamohialdin3376 Жыл бұрын
So good tutorial thank you
@ronatkumarmuni4076
@ronatkumarmuni4076 Жыл бұрын
Do you have MG Commet
@vajrakowtilyab4822
@vajrakowtilyab4822 5 ай бұрын
Thank you sir
@yuv09
@yuv09 Жыл бұрын
Uttar Pradesh ki bhasa m bole to, "Bhai Ek Number"
@yuv09
@yuv09 Жыл бұрын
I can recall Pure virtual function in C++
@alwaysrich9327
@alwaysrich9327 Жыл бұрын
Thank you ☺️
@divya.d6049
@divya.d6049 Жыл бұрын
ur laughing is beautiful sir😜
@anasakd8494
@anasakd8494 Жыл бұрын
which platform are you using for coding?
@Aviation169
@Aviation169 Жыл бұрын
VS code
@navyaongolu3758
@navyaongolu3758 Жыл бұрын
How can we perform expilicity
@nafisnawalnahiyan5032
@nafisnawalnahiyan5032 11 ай бұрын
the movie name is Fast & Furious :p
@mulugetaayalew5779
@mulugetaayalew5779 Жыл бұрын
thank you.
@amkamk3297
@amkamk3297 Жыл бұрын
Bro. Your channel name is expressing that you telugu language. Is it right??
@riteshhhhh_01
@riteshhhhh_01 Жыл бұрын
Sir why wagonR why not Gwagon
@yashbsharma
@yashbsharma 9 ай бұрын
thank you
@MohithKumar-46
@MohithKumar-46 Жыл бұрын
Sure sir I think the movie name is julayi
@animeshjain5137
@animeshjain5137 8 ай бұрын
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.
@ggtajay.
@ggtajay. 6 күн бұрын
guruji charan kahan hai aapke
@siddheshmahadik6921
@siddheshmahadik6921 10 ай бұрын
Very nice
@ribhubhardwaj2836
@ribhubhardwaj2836 18 күн бұрын
6:50
@start1learn-n171
@start1learn-n171 9 ай бұрын
Tq
@anirudhsingh7154
@anirudhsingh7154 6 ай бұрын
movie name fast and furious 7
@RajNithin-w9y
@RajNithin-w9y Ай бұрын
sir meru god
@siddhantswarupmallick6710
@siddhantswarupmallick6710 3 ай бұрын
noice video!!
@Aaron_Patrick_2004
@Aaron_Patrick_2004 Жыл бұрын
joke of the day i want a car to fly...😂😂😂
@TheGloriousOne0
@TheGloriousOne0 6 ай бұрын
@shreekoshti9776
@shreekoshti9776 Жыл бұрын
Oh i thought G-Wagon 😅
@sohampatel-bm7gt
@sohampatel-bm7gt Жыл бұрын
You also look like J Sai Deepak.
#62 Inner Class in Java
5:41
Telusko
Рет қаралды 123 М.
#65 What is Interface in Java
8:03
Telusko
Рет қаралды 251 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 9 МЛН
#40 Encapsulation in Java
11:42
Telusko
Рет қаралды 212 М.
Java abstraction 👻
5:30
Bro Code
Рет қаралды 151 М.
ABSTRACT METHODS AND ABSTRACT CLASS - JAVA PROGRAMMING
26:44
Sundeep Saradhi Kanthety
Рет қаралды 229 М.
#52 Method Overriding in Java
7:57
Telusko
Рет қаралды 169 М.
#60 Wrapper Class in Java
8:08
Telusko
Рет қаралды 208 М.
#51 This and Super Method in Java
12:11
Telusko
Рет қаралды 134 М.
Abstract Classes and Methods in Java Explained in 7 Minutes
7:00
Coding with John
Рет қаралды 562 М.
#68 What is Enum in Java
6:58
Telusko
Рет қаралды 134 М.