Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Java Tutorial 3.4 Classes Part 4/12 - inheritance

Loading...

Sign in or sign up now!
3,561
Loading...
Alert icon
Sign in or sign up now!
Alert icon
Ratings have been disabled for this video.

Uploaded by on Jun 30, 2008

This links in with overriding of methods which will covered later.

Category:

Education

Tags:

License:

Standard YouTube License

Link to this comment:

Share to:

Uploader Comments (Zantorc)

  • nice nice now how to we extend exactly?!

    Same Folder? same File? Same note pad? share methods?

    what about loops withing the so called "super Class?"

    how do i extend within it?

    as if i had a MAIN method in the super class,and a loop that the extended class will use it? with print statements..

    i am so Confused

    well this is what pisses me off , all i hear is class and sub class , well the word " EXTEND " is Self explainory.. but How to implement that in java?!?!?!

  • The next lecture deals with packages. It is concerned with where classes are located within the file system on your machine and answers the first part of your question.

    A class is just a way of grouping data and methods together. In simple terms just imagine that all the data and methods in the superclass are put into the front of the subclass. So obviously a subclass can potentially call any superclass method (thought there are complications see lecture 17 and 18).

  • For a method in a superclass to call a subclasses method doesn't make sense. You can only do it if you have a reference to an object which is of the subclass type (or the method is static). In other words, you cant do it directly like you can in the other direction.

    I'm not sure I understand your last problem.

see all

All Comments (3)

Sign In or Sign Up now to post a comment!
  • good video

    thanks so much

  • good one...

Loading...

0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more