You are here: DEVPPL Forum Programming Java Forum
NOTIFICATIONS
54.060
MEMBERS
15.677
TOPICS
62.241
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

basic java programming question

0

Loading

basic java programming question

Postby Twiceasfastasyou » Tue May 08, 2007 2:43 am

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!
Twiceasfastasyou
 
Reputation: 0
Posts: 1
Joined: Tue May 08, 2007 2:39 am
Highscores: 0
Arcade winning challenges: 0

basic java programming question - Sponsored results

Sponsored results

Login to get rid of ads

 

0

Loading

Postby Skoiloth » Wed May 09, 2007 11:29 am

How you wanna implement this ... and can be bit more clear on the requirement .
Skoiloth
 
Reputation: 0
Posts: 6
Joined: Wed May 09, 2007 10:51 am
Highscores: 0
Arcade winning challenges: 0
0

Loading

Postby Sureshkct » Wed May 23, 2007 7:12 pm

1.Tell me real time Abstrace class
2. Real time Interface
sent me reply sureshkct@gmail.com
Sureshkct
 
Reputation: 0
Posts: 1
Joined: Wed May 23, 2007 6:32 pm
Highscores: 0
Arcade winning challenges: 0
^ Back to Top