Results 1 to 7 of 7
Thread: "extends" and "implements"
- 08-04-2011, 05:55 PM #1
Member
- Join Date
- Aug 2011
- Posts
- 2
- Rep Power
- 0
- 08-04-2011, 06:17 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
What did Google tell you?
Especially the pages from Oracle, where these things are defined?
- 08-04-2011, 09:59 PM #3
The extends allows a class to inherit the methods from another class.
The implements allows a class to implement all the methods from an Interface. Remember an interface can only be implemented in a class.
- 08-04-2011, 11:20 PM #4
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
The brief explanation above is good, but there is a lot more you cantons out by googling as tolls suggested.
-
Re: "extends" and "implements"
Hi sir,
My name is manjunath, i am a student of engineering. sir i have to develop a program for the following please help me how to proceed.
I have been working with one application i dont know whats best and how to begin it please help me with it.
Problem statement: I have a application it's a attendence application for teachers. Every person needs to submit the week's attendence
by tueseday. few people are forgetting it. I have all the people list who have not submitted attendence by tueseday morning everyweek.
the IP addresses of them. Now
(1).I want to write a program which reads the data from the excel-sheet on server,
(2).Then send a pop-up to them on tueseday.
(3).The application has to open automatically when they click on popup.
(4).Only that application should be active untill they submit attendence.
so kindly please guide me with this
- 02-27-2012, 01:54 PM #6
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Re: "extends" and "implements"
Please create your own thread on the forum and don't hijack an old one.l
Please do not ask for code as refusal often offends.
- 02-27-2012, 02:12 PM #7
Moderator
- Join Date
- Apr 2009
- Posts
- 10,438
- Rep Power
- 16
Similar Threads
-
SAXParseException: The prefix "x" for element "x:xmpmeta" is not bound
By Quinn-CD in forum Web FrameworksReplies: 0Last Post: 06-24-2011, 08:14 PM -
connection = DriverManager.getConnection(DATABASE_URL,'"+userid +"','"+password+"');
By renu in forum New To JavaReplies: 3Last Post: 10-12-2010, 04:21 PM -
How to change my form design from "metal" to "nimbus" in Netbeans 6.7.1?
By mlibot in forum New To JavaReplies: 1Last Post: 01-21-2010, 09:20 AM -
MoneyOut.println("It took you (whats wrong?>",year,"<WW?) years to repay the loan")
By soc86 in forum New To JavaReplies: 2Last Post: 01-24-2009, 06:56 PM -
the dollar sign "$", prints like any other normal char in java like "a" or "*" ?
By lse123 in forum New To JavaReplies: 1Last Post: 10-20-2008, 07:35 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks