super() informative video, ty! (I have AP CSA exam coming up next week, wish me luck :face-purple-crying:)
You my friend make great videos. I struggled to find someone to help me learn Java and Iām not just a text way, but the whole process. Your amazing wish you had a full course to follow
Thank you Bill!
when I take your code to check, it talk about "main class". The code checker tells that your code "error" for example at 21:27 , it does not have main class.
This presentation is really really really really good. The only confusing part is your examples of polymorphism and using super(). I feel it could be clarified a little further. Really great and informative. I would appreciate output examples.
at 20:42 what is the output? Android z1 = new Android(); Is it "R. Daneel Olivaw" ? and for Android z2 = new Android("R. Jander") output is "R. Jander"
this is a really good explanation
great vid Bill
Thanks
"super.method()" is going back to one upper class or going back to the first original of that method? suppose methodA() is under carOne class @Override methodA() is under carTwo class ( extends carOne) @Override methodA() is under carThree class (extend carTwo) carFour class is extends carThree , And under carFour class call super.methodA() ........ it will print the methodA() that is under the carOneclass ? OR it will print the @override methodA() under the car two class? (since carTwo is super class of carThree)
I Need to Study These In Order to Get a Good Grade
@47alec