salute hai sir ko ,kya padhate ho,sara doubt clear ho gaya
@santoshkumar-vm2 ай бұрын
Jitna Simple aap kar dete ho na .. muje kahi nahi mila aisa .. Udemy pe bhi nahi .... Love u sir ji❤
@NonCSWalaАй бұрын
Sidhi Baat , NO Bakwass ,,,,, great sir i am a EEE student ,, jb mujhe smaj aa rha hai tb CS walo ko to or bhi easy lgta hoga
@rajgopalmutnali11275 ай бұрын
watching your videos and learning from you lectures give some other level of confidence and feeling. And i never regret of watching your videos. the Way you explain and demonstration is up to mark, keep giving QUALITY content.
@Dummi-s3p5 ай бұрын
After watching the video, I still had one doubt about why overriding is not considered compile-time polymorphism. And I found an answer, so to whosoever had the same doubt, here is an answer for you: During compilation, the compiler only knows about the references and not the objects. So when we say `Animal animal = new Dog();`, the compiler only knows that the `animal` variable is of type `Animal`. When we call a function using this variable like `animal.walk();`, the compiler doesn't know which method to call until the program is actually running, where the object is created. This is why the decision on which method to invoke happens at runtime, not at compile time.
@AgamPrakash-d6v5 күн бұрын
Padhate padhate hypnotize kr lete ho sir...😂❤
@karanbhoi58955 ай бұрын
This guy is underrated yarr! He covers in-depth concepts with such clarity. Just superb! Thank you brother for such a concept based learning ❤
@UmangPatil-f6cАй бұрын
aaj smaj me aaya sir polymorphism thanks a lot ..
@EverSmart-io9zh8 күн бұрын
Explain everything with clearly
@manjulbhardwaj21484 ай бұрын
Superb Quality Sir For Understanding the concept of Any topic keep it sir🫡🙏
@fun_code_info2 ай бұрын
Sir voice is very excellent so voice vaje se concentrate karta hai Banda thankyou sir
@redits24202 ай бұрын
Cleared the concept that for accessing the method through parent reference via child object is possible iff the method is already present in parent class 🙃
@AshishKumar-ft6wv2 ай бұрын
Thanks for teaching in depth
@EngineeringDigest2 ай бұрын
My pleasure
@UttamKumar-pm5huАй бұрын
Thank you so much sir fully cleared polymorphism 😊
@mukeshrai95656 ай бұрын
Superb explanation sir
@MeetPatel_90905 ай бұрын
sir aapke videos dekhke mene sikha or abhi mera 4.5 lakh ka pakage laga hai thank you sir
@EngineeringDigest5 ай бұрын
Congratulations brother ⚡️
@mohammedshafi14275 ай бұрын
Congrats!! Could you plz tell us how did you cacked a job.
@mahnoornaeem8828Ай бұрын
Superb!
@ahmadfaraz92795 ай бұрын
One suggestion. Please make a video on memory (heap and stack) with diagrams, showing when the memory is created, etc..
@ezlazy4 ай бұрын
Vipul bhai, method overriding mai , interviewer ghuma deta hai candidate ko. aap add kar sakte hai last mai some interview questions, or can give questions in the description with a link :) .
@vasubansal25575 ай бұрын
sir ek video interface par bhi upload krdijiye.
@kaifansari5275 ай бұрын
SIr sab kuch mast hai ek interview series tricky questions bhi include karogai toh abhut help hoajyegi
Today polymorphism lecture went really well. use Gemini for Exercises questions sir app ko Gemini Ke prompt dena Chiye description me. e.g. I get it from internet another Teacher. I'm learning about polymorphism in java. Please provide: 1. A concise explanation of polymorphisms, including its purpose and when it's commonly used. 2. A simple code example demonstrating polymorphism. 3. Three common mistakes or misconceptions beginners often have about polymorphisms and how to avoid them. 4. Two real-world applications or scenarios where polymorphism is particularly useful. 5. Three progressively challenging exercises that will help me practice using polymorphism. Please don't provide solutions, only the problem statements. After providing this information, please ask me a thought-provoking question about polymorphism that will encourage me to think deeper about its applications or implications.