The Artima Developer Community
Sponsored Link

Java Answers Forum
What is the difference between?

2 replies on 1 page. Most recent reply: Feb 6, 2003 4:09 AM by Arbab-ul-hassan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
kanak

Posts: 14
Nickname: vava
Registered: Jan, 2003

What is the difference between? Posted: Feb 4, 2003 9:54 AM
Reply to this message Reply
Advertisement
What is the difference between extends and implements?
What is the actual meaning of 'super' and 'this'.


Mike Penner

Posts: 16
Nickname: mikepenner
Registered: Jan, 2003

Re: What is the difference between? Posted: Feb 4, 2003 11:41 AM
Reply to this message Reply
Have a look at http://java.sun.com/docs/books/tutorial/java/TOC.html

Arbab-ul-hassan

Posts: 4
Nickname: umpirepk
Registered: Dec, 2002

Re: What is the difference between? Posted: Feb 6, 2003 4:09 AM
Reply to this message Reply
Both Extends and implments are Used In Inheritence But the Difference Between extends and implements is that a class extends a class and implments only terface and interface can extends a interface.

super is use call super class method or Constuructor.
This is used to Reffer to invoking class object.

Flat View: This topic has 2 replies on 1 page
Topic: Peculiar Situation while providing help Previous Topic   Next Topic Topic: Cannot get  File dialog

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use