Very nicely & easily explained this complicated topic So, we can say that wide casting is dependent on narrow casting & for wide casting , already narrow casting should happen earlier right ?
Thank you for motivational line and thank you so much by this video my confusion about narrow and wide casting cleared which is their for long time . Thank you
I like the way you make us understand. Thanks for that. Here I have a question regarding Wide Casting, if Narrow Cast definition is assigning object reference of Sub class to object reference of Super class, please tell us the definition of wide cast in this way.
Hi Sir. I understand why we need narrow casting is because when we need to access redefined method of subclass using super class object but I dont understand what is the benefit of using wide casting. Is it only to remove the reference which was created using narrow casting and then make use of super class object to access its own methods? Let me know
what a motivational line, very much inspired.
Well and very precised explanation.
Hats off and highly appreciate your hardwork.
Nice lines which you had mentioned at the beginning sir. I will take this as my resolution from this year
Very true Ganesh.....we should keep learning till our last breadth!!!!
Very nicely & easily explained this complicated topic
So, we can say that wide casting is dependent on narrow casting & for wide casting , already narrow casting should happen earlier right ?
you are amazing......very good teacher.....
Thank you
Thank you for motivational line and thank you so much by this video my confusion about narrow and wide casting cleared which is their for long time . Thank you
Great!
Very nice introduction :)
Thank you
I like the way you make us understand. Thanks for that. Here I have a question regarding Wide Casting, if Narrow Cast definition is assigning object reference of Sub class to object reference of Super class, please tell us the definition of wide cast in this way.
You are the best 💯💯😇😇
Thankyou 🙏🙏
Thank you and welcome
Very nicely done
amazing explanation!!!!
Thank you
Hi Sir. I understand why we need narrow casting is because when we need to access redefined method of subclass using super class object but I dont understand what is the benefit of using wide casting. Is it only to remove the reference which was created using narrow casting and then make use of super class object to access its own methods? Let me know
Especially to understand the OOPS concepts, please think from the product perspective. I believe, I given a small insight about this in the video.
thank you for explantation
Welcome!
👏👏
Sir could you make a video about wrapper classes. thanks
Sure will do.
Upcasting is widening casting and downcasting is narrow casting
Yep
Why is casting needed? Why can't we just call that class and call its method, why are we moving reference and then call the method.