| You are here: DEVPPL ‹ Forum ‹ Programming ‹ Java Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
basic java programming question
3 posts
• Page 1 of 1
0
basic java programming question
Hello all DEVPPL, I just had a basic programming question for someone to answer.
My objective is to simply write a small class that can implement methods and such from another class, which is through super class, etc. My main, super class is called customerDatabase, and my subclass is called clients.
However, my main objective has changed, now I want to be able to refer back to an object of type customerDatabase, and be able to look up a value from one of the object's variables, and return it to the user. How would I be able to write this in a form of a method inside of subclass clients, that extends methods, etc., from class customerDatabase?
Thanks for your help in advance!
My objective is to simply write a small class that can implement methods and such from another class, which is through super class, etc. My main, super class is called customerDatabase, and my subclass is called clients.
However, my main objective has changed, now I want to be able to refer back to an object of type customerDatabase, and be able to look up a value from one of the object's variables, and return it to the user. How would I be able to write this in a form of a method inside of subclass clients, that extends methods, etc., from class customerDatabase?
Thanks for your help in advance!
- Twiceasfastasyou
- Reputation: 0
- Posts: 1
- Joined: Tue May 08, 2007 2:39 am
- Highscores: 0
- Arcade winning challenges: 0
- Sureshkct
- Reputation: 0
- Posts: 1
- Joined: Wed May 23, 2007 6:32 pm
- Highscores: 0
- Arcade winning challenges: 0
|
|