@47alec

Top 3 video on these subjects on YouTube, thank you

@ManhNguyen-oy2zg

super() informative video, ty! (I have AP CSA exam coming up next week, wish me luck :face-purple-crying:)

@Liveyourlifehealthy

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

@amogus6nine

Thank you Bill!

@Cccoast

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.

@arpsri9675

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.

@arpsri9675

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"

@JR-47

Thanks

@ynongabay541

great vid Bill

@yoavcohen6059

this is a really good explanation

@arpsri9675

"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)

@Sultan_A

I Need to Study These In Order to Get a Good Grade