Тёмный
No video :(

OOP 4 | Access Control, In-built Packages, Object Class 

Kunal Kushwaha
Подписаться 657 тыс.
Просмотров 175 тыс.
50% 1

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 204   
@KunalKushwaha
@KunalKushwaha 28 дней назад
DSA + interview preparation playlist: ru-vid.com/group/PL9gnSGHSqcnr_DxHsP7AW9ftq0AtAyYqJ
@malishagavali9225
@malishagavali9225 Месяц назад
At 33:51, I had this exact same doubt in the previous video and commented on it there, and now you've answered it here. You know all the doubts one can have. Amazing series so far!
@40_kamlesh_kumar_agarwal39
@40_kamlesh_kumar_agarwal39 2 года назад
This is the first course i am following step to step with. Best Content 🔥
@senseiKakashi07
@senseiKakashi07 2 года назад
Great video!!❤️ Just one thing i want to mention is that at 33:43 you said it is internally doing but how it is inheriting the object class is because as child class inherits the parent class hence it can't inherit any other class(no to multiple inheritance), but we can see that parent is is inheriting the Object class hence child class is indirectly inheriting the Object class via parent class. Object -----> Parent ------> Child ----| | | |____________________________|
@nikhilreddynama9905
@nikhilreddynama9905 11 месяцев назад
It is multi level inheritance
@rakeshranghani1148
@rakeshranghani1148 2 года назад
I saw many java tutorials of other RU-vidrs but the my mind is not clear at so many point. Now i'm relaxed . Lot of concepts are cleared thanks men! You are the real jem.
@devesh819
@devesh819 2 года назад
Our Hero is back with some new powers and abilities to share with us ... Your consistency is really a motivation Thx for it bro 👍👍
@KunalKushwaha
@KunalKushwaha 2 года назад
Thank you so much 😀
@mitulchavda9941
@mitulchavda9941 2 года назад
are you from CHARUSAT
@devesh819
@devesh819 2 года назад
@@mitulchavda9941 nope bytheway what's charusat is??
@ronitsharma0352
@ronitsharma0352 4 месяца назад
@@KunalKushwaha We want your consistency back kunal bhai ...
@harshagarwal7832
@harshagarwal7832 2 года назад
Bhai bhai 🤩🤩🤩bas intezar hi kar rha tha 4th lecture ka ....3rd part tak kya hi padha diya bhai 🤘
@KunalKushwaha
@KunalKushwaha 2 года назад
Awesome
@ronitsharma0352
@ronitsharma0352 4 месяца назад
@@KunalKushwaha make more videos bro
@jenith281998
@jenith281998 2 года назад
This course and videos are worth fortune and you are giving away all information for free really hats off to you man...
@tirakv
@tirakv Год назад
Video 4 == COMPLETED! Thank you so much for sharing this content!
@Window2015
@Window2015 8 месяцев назад
Personal timestamp: Day 1) 8:00 Day 2) 50:45
@surajgitte2958
@surajgitte2958 Месяц назад
This is the Best course , I am following this course from first video , BEST COURSE , GOD OF JAVA Kunal bro ---- And the LEGENDARY poem today
@RahulKumar-pf8os
@RahulKumar-pf8os 8 дней назад
Would love to complete whole playlist today ❤
@subham8095
@subham8095 2 года назад
actually now i understand concept of OOPs. Such an amazing work you are doing brother
@KunalKushwaha
@KunalKushwaha 2 года назад
You’re welcome
@thestoic7315
@thestoic7315 2 года назад
Hey Kunal, thank you for putting out quality content, especially on recursion. Can this be understood by someone from Python? I don't know Java.
@funenjoynilaypatel4553
@funenjoynilaypatel4553 2 года назад
are bro i know c++ not java but once you understand the flow how things work you can code in different language no problem main thing is to understand the concept which is very well explained by Kunal
@thestoic7315
@thestoic7315 2 года назад
@@funenjoynilaypatel4553 Right on 👍🏼
@abhishekpandey-je6lq
@abhishekpandey-je6lq 9 месяцев назад
Good Explanation, But just one small correction when you say it is a multiple inheritance when your extended class also extending Object class. Actually you base class extends Object class and your sub class extends base class which extended the Object class. This hierarchy is an example of multilevel inheritance, not multiple inheritance. Eg- BaseClass (extends Object) SubClass (extends BaseClass, which, in turn, extends Object)
@yashkoolwal196
@yashkoolwal196 2 года назад
Feels so good!! completed this one also
@KunalKushwaha
@KunalKushwaha 2 года назад
So good!
@Helly_Patel
@Helly_Patel 2 года назад
Thanks for teaching us like no one did till now!! One small request, please make lectures on dynamic programming as well!!
@coolengineering3486
@coolengineering3486 2 года назад
agreed! dynamic programming lectures would be awesome
@zahaanmahajan1606
@zahaanmahajan1606 Год назад
Spoiler Alert : HashMap never came....😑😑😑😑
@mahajveemahajvee8941
@mahajveemahajvee8941 Год назад
😂😂😂😂😂
@sampabhattacharya8405
@sampabhattacharya8405 Год назад
🥲
@yashsingh4668
@yashsingh4668 Год назад
😂😢
@jerrykodes
@jerrykodes 9 месяцев назад
Ab aa gya hai bhai
@kshitijbhadale
@kshitijbhadale 6 месяцев назад
😂😂😂
@NaveenKumar-nd5cf
@NaveenKumar-nd5cf Год назад
simply superb Teaching @free of cost👏👏🙏🙏
@user-bv9kn3rd7k
@user-bv9kn3rd7k 3 месяца назад
please create the playlist for spring framework.
@debasmitamallick6489
@debasmitamallick6489 2 года назад
I want your hashmap tutorial Kunal😭 I love your way of teaching. If you get any spare time, please make a video on hashmap.
@shyamamohanty7132
@shyamamohanty7132 11 месяцев назад
Even internally it isn't doing multiple inheritance but it is inheriting in a hierarchy i.e. SubClass extends A & A extends Object.
@bibin6038
@bibin6038 2 месяца назад
33:48 This is done by Multilevel inheritance and not multiple inheritance. Since the extending class has already extended the Object class.
@NareshNaresh-cl8rn
@NareshNaresh-cl8rn Месяц назад
Kunal bhaiya I never found this kind of course whensome suggest for paid for course.one more thing please complete remaining videos🙏
@prakharsinha4145
@prakharsinha4145 2 года назад
all just i can put forward a appreciation of being thankful you for providing such prestigious content! #DSAWithKunal
@raghavpatidar1070
@raghavpatidar1070 Год назад
At 33:45 maybe we can say like ObjectClass ----> A -----> SubClass (so basically subclass is also extending ObjectClass)?
@sdk-yourfriend1561
@sdk-yourfriend1561 10 месяцев назад
What I understood is that every class you create is a subclass of the object class. So, yes Subclass is also a sub class of the object class.
@pratibhayadav7112
@pratibhayadav7112 11 месяцев назад
Idk how but these lectures just uplift my mood
@karthikgururajan1131
@karthikgururajan1131 Месяц назад
Thanks Kunal 👊🏻
@aryaarjun_1138
@aryaarjun_1138 2 года назад
brother you are the best.... following all your videos nd all have quality👌..bole to ek number 😉...U r just out of the crowd....nd at last thank u so much brother..u r doing great 👍
@samruddhighodake223
@samruddhighodake223 2 года назад
Never seen such an in-depth explanation before. Thanks for this amazing course.
@10.aryanjangde
@10.aryanjangde 3 месяца назад
you have not seen anything then
@parchaye
@parchaye 7 дней назад
loved it man
@mirzakariaislam610
@mirzakariaislam610 Год назад
33.40 Someone please check if it is right or wrong. Subclass is extending A. By default A is extending Object class. So Subclass is extending Object class implicitly (something like multilevel inheritance).
@enagantisaipavanrao2326
@enagantisaipavanrao2326 9 месяцев назад
Every child class is a multi-level inheritance since it's parent(Base) class inherit properties from object(Topmost) class
@mohdkaif864
@mohdkaif864 2 года назад
Java doesn't support multiple inheritance but it does supports multilevel inheritance so when you inherit any class that class or that class's parent class is already inheriting object class that is how every class must inherit object class.
@KunalKushwaha
@KunalKushwaha 2 года назад
Pata hai
@antimuggle_ridhi2565
@antimuggle_ridhi2565 Год назад
@@KunalKushwaha ache se samjhata fir
@itsvinu
@itsvinu 2 года назад
Congratulation for silver button bro
@plutomessi21
@plutomessi21 8 месяцев назад
Box box5 = new Boxweight(2,5,6,7); box5 is of type BOX, but it is referencing to an object containing the properties of boxweight. This is possible, even tho the constructor boxweight is present in the boxweight class we can access it using a reference but only those properties or instances which are common in both BOX & boxweight. It is the type of the reference variable and not the object that determines what members can be accessed.so here even tho the object will have some extra variables that are present in the boxweight but the reference.thatvariable won’t be able to access it as the refernce variable is of type BOX and only the BOX property present in the object will be able to be modified or accessed.
@mayurrokade5712
@mayurrokade5712 4 месяца назад
Thanks Kunal for making this course.
@raghavmangla2481
@raghavmangla2481 2 года назад
Way better in quality than oops in 1shot videos
@harshjaiswal1634
@harshjaiswal1634 2 года назад
Wow man... unbelievable ❤️🙏❤️
@Enigma700-dp1kv
@Enigma700-dp1kv 2 месяца назад
PLEAAASSEEE Create a playlist for Java Multithreading concepts as well as Spring framework !!! 😭😭
@venkateshvenky2880
@venkateshvenky2880 5 месяцев назад
Great explanation ...
@Enigma700-dp1kv
@Enigma700-dp1kv 2 месяца назад
Kunal's fans : Please teach us OOP ! Its very confusing ! Kunal : Hold my Beer, I got you !
@yellAtMe.
@yellAtMe. 2 года назад
Great Job Kunal! I have been waiting for you to finish this course from almost 6 months. You must be very busy so can you at least recommend someone's channel so that we can move forward. Please do reply to this.
@lohithkumar5292
@lohithkumar5292 2 года назад
Great content, looking forward for future videos.
@vishnuganta9699
@vishnuganta9699 2 года назад
Hello kunal I’ve doubt Should I watch the lectures in a flow for days daily an hour like that or should I stop somewhere and give a gap then practice and again start. What should I do ? I need your suggestion desperately..
@karthikeyareddy9794
@karthikeyareddy9794 6 месяцев назад
i'm following it consistently, helping me a lot💫✌
@SARVAGNAVEMULA
@SARVAGNAVEMULA 12 дней назад
Thank you...🙏
@dhamotharan1734
@dhamotharan1734 Год назад
Another excellent explanation!
@indrapreetsingh9680
@indrapreetsingh9680 2 года назад
Excellent efforts, Kunal!
@sridhanush6969
@sridhanush6969 25 дней назад
Wish this was shown in java programming class instead of the boring theory that professors just talk about
@manhoodthinkmanly
@manhoodthinkmanly 2 года назад
You know what whenever i skip 10 sec or 5 sec video assuming that ohh I know this one I have always came back again coz everything is so connected and new in this video xo haha.
@sreekanthkumar1485
@sreekanthkumar1485 2 года назад
Kunalism... New revolution...🔥
@utkarshahajare6179
@utkarshahajare6179 2 года назад
Thank you ,kunal for such awesome content!!
@itshari5489
@itshari5489 Месяц назад
Video 40 Completed!
@arpitapandey143
@arpitapandey143 2 года назад
Hey Kunal .. Thank you for such an amazing series . When will we get the oops notes and how many more videos are there in oops playlist?
@wilsonarockiasamy4938
@wilsonarockiasamy4938 Год назад
I like the video first and then I see ur videos❤
@shivraj940
@shivraj940 10 месяцев назад
kunal, Please do multi threading concept. Its very important in our work place.
@mvm109
@mvm109 2 месяца назад
worth the time Kunal...💌
@adeditz3607
@adeditz3607 Год назад
Fan Of Your Teaching 😍❤️💥
@BackEndGenius
@BackEndGenius Год назад
In love with your content. Thanks alot.
@usenmfonuko3271
@usenmfonuko3271 7 месяцев назад
Thank you so much Kunal
@nirvattaenterprises3047
@nirvattaenterprises3047 2 года назад
Thanks for your contribution. Respect!
@_hulk748
@_hulk748 Год назад
Great Explanation Sir🙇‍♂❤✨🙏
@xtttra
@xtttra 2 месяца назад
very simple stuff
@manasayellamanchili2160
@manasayellamanchili2160 7 месяцев назад
Good explanation. Thank you
@mutasimahmed8975
@mutasimahmed8975 2 года назад
awesome video love the consistency ...can we also get DSA sheet or study plan ? along with this course thnx brother kunal
@KunalKushwaha
@KunalKushwaha 2 года назад
I have no idea what you mean by that
@mutasimahmed8975
@mutasimahmed8975 2 года назад
@@KunalKushwaha haha no problem ..continue what your doing bhai i will follow along *i have used paid course and yours is better that to for free*
@jamespeterson7824
@jamespeterson7824 2 года назад
Great Content and explanation as always...
@dhirajjadhao6392
@dhirajjadhao6392 2 года назад
OG mentor and Op Content
@yashkumarsingh850
@yashkumarsingh850 13 дней назад
thankkk very very thank
@damangoyal9126
@damangoyal9126 2 месяца назад
but we can aslo set the value of num which is private through constructor, How? at 9:42
@user-hm6mv6bx3e
@user-hm6mv6bx3e 8 месяцев назад
Can you please make a long video on operating system like you did on networking.🙏🙏
@md_arfin_cse
@md_arfin_cse 2 года назад
Great 👍
@murugalakshmi8417
@murugalakshmi8417 3 месяца назад
Thank you so much bro💯💯🩷
@convolutionalnn2582
@convolutionalnn2582 2 года назад
Sir, I wanna ask you about Web Development...Anyone who know please answer....I created News Web with Angular...It has 5 components....2 of them are static which are for home and contact...The other 3 are dynamic as they display News getting it from an api...How can i improve my rendering as it is only CSR?Should i use SSG for the two static?Should i use CSR+SSR etc etc ? What should be best and How can i implement it?For example if i am going to do Csr + ssg How can i use Angular + Angular Universal
@anmolkumar5399
@anmolkumar5399 2 года назад
I m with u kunal sir
@trinmoydutta4879
@trinmoydutta4879 Год назад
when a class is inheriting another class then the sub class inherits the object class directly along with the superclass or the indirectly i.e. the subclass is inheriting the super class and the super class is inheriting object class,in a multilevel manner??
@marufhasanmunna8193
@marufhasanmunna8193 2 года назад
Please continue this course
@nishantyadav7461
@nishantyadav7461 2 года назад
you are a gem of india ▄
@shreedharkotanur683
@shreedharkotanur683 Год назад
Excellent teaching
@rushikeshpatil6800
@rushikeshpatil6800 2 года назад
Someone: Define Perfection Me: Kunal Kushwaha😇
@ashvinkumhar5819
@ashvinkumhar5819 Год назад
As Always Good Content
@harshitthakkar9694
@harshitthakkar9694 Год назад
Hey all this is lovely I completed your course loved it thoroughly but u said it in here that u will release hashmap video it never came
@amcreations9192
@amcreations9192 Год назад
Worth watching ❣️
@stuntxo3968
@stuntxo3968 2 года назад
Thanks Kunal sir
@AmanKumar-ie7zm
@AmanKumar-ie7zm 6 месяцев назад
DSA G.O.A.T !!
@marc8150
@marc8150 Год назад
Another great video! :D
@jazibbashar3332
@jazibbashar3332 Год назад
Bro as u said in this lecture u will cover hashmap but didn't cover that...i know ur busy but interviewer asked many things about hasmap hashset.
@rudram4534
@rudram4534 2 года назад
still watching consistently 😀😀😀
@ShubhamKumar-gq4ph
@ShubhamKumar-gq4ph 2 года назад
So far so Good......
@sudarshan3901
@sudarshan3901 Год назад
Awesome video
@akashgawai5647
@akashgawai5647 2 года назад
Quality Content
@RahulPatel-dk9dc
@RahulPatel-dk9dc Год назад
whay are we using a setter method if we can do the same using constructor?
@visheshkumar8015
@visheshkumar8015 2 года назад
hi Kunal,please add hashmap series as well
@manishbera2902
@manishbera2902 6 месяцев назад
Love the video❤❤❤
@Sillysmiles76
@Sillysmiles76 Год назад
Great Vedio
@FISHnEX
@FISHnEX 5 месяцев назад
hey kunal, one doubt THE SUPERCLASS HAS NO IDEA ABOUT BELOW CLASS. BUT CHILD CLASS CARE ABOUT WHAT PARENT CLASS CONTAIN, but how A SUPERCLASS REFERENCE VARIABLE CAN REFER TO A SUB CLASS OBJECT?
@ziadotenv
@ziadotenv 3 месяца назад
Hey I hope this will help parent obj = new Child(), here the obj can only access the variables methods that are in the parent obj ey parent class has these following {int a,int b, void dis()} & the child has(int c) the obj can access a,b,dis only not c in the child class regarding methods I suggest you to watch polymorphism in the previous video
@ridoychandradey8337
@ridoychandradey8337 Год назад
Now I have the knowledge of access modifiers. Love these video.
@dannyhd8301
@dannyhd8301 4 месяца назад
brilliant !!!
@akshaysharma145
@akshaysharma145 2 года назад
Thanks alot for this video!! Would you recommend learning springboot as a fresher? and if yes then any source you recommend to follow or are you going to cover it too?
@432prameela3
@432prameela3 Год назад
Thank you
@mohitchandola3435
@mohitchandola3435 2 года назад
bro great content..🔥🔥🔥
Далее
OOP 5 | Abstract Classes, Interfaces, Annotations
1:10:42
C++ Developer Learns Python
9:26
Просмотров 2,7 млн
microsoft doubles down on recording your screen
10:00
Solve Any Pattern Question With This Trick!
57:20
Просмотров 2,3 млн