I actually had a good CS 101 professor -- don't want to trash talk him in absentia -- but this is still easier to understand than the way he explained classes and inheritance. Thank you!
this is actually method hiding concept of polymorphism.. where Parent(student) class variable s is used to hold the object of child(undergraduate) class.............. it is allowed in java but vice versa is not allowed.
I love the way this man teaches. Thank You.
A very nice Professor takes time to teach. I never have a Professor like this in my life before.
This is one of the best lesson in the world. Thank you for making this so easy to understand.
Mohammed Chowdhury I totally agree. It was worth a lot
I actually had a good CS 101 professor -- don't want to trash talk him in absentia -- but this is still easier to understand than the way he explained classes and inheritance. Thank you!
This is low-key the best ASMR I came across with
Thank you so much Dr Rob Edwards for these amazing set of lectures
Thanks a lot for your best explanation. You are the best.
Thank you so much. I want to go to SDSU to learn more from you professor.
I like your lessons .I wonder where was I all the time before.
Thank you. This is amazing content
You're amazing, thank you so very much!!
6:05 lol
I thank you!
can anyone tell under which circumstances we define object like this and why we may want this?:
student s = new undergrad();
See this tutorial on polymorphism in Java www.tutorialspoint.com/java/java_polymorphism.htm
this is actually method hiding concept of polymorphism..
where Parent(student) class variable s is used to hold the object of child(undergraduate) class..............
it is allowed in java
but vice versa is not allowed.