Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Java
For more information, please see full course syllabus of Java
Java Inheritance
Lecture Description
In this lesson our instructor talks about inheritance. First, he talks about composition, inheritance, inheritance class structure and method overriding versus overloading. Then, he discusses inheritance class hierarchy and protected members. He finishes with nine complete example videos.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
1 answer
Last reply by: Ismael Martin
Wed Dec 3, 2014 12:51 AM
Post by Ismael Martin on December 3, 2014
why is there an 11 in super in class C???
what does it do, and why isn't it explained???
super(11);
0 answers
Post by adel almaraghi on August 7, 2012
Yes. some of the details are always left!!
0 answers
Post by Bruno Riina on August 1, 2012
why instructor does not explain
"Subc x = new subc(9);" what is this? why we need it? why it is 9? why not 14?? some of the details are always left out makes it hard to follow through.