Dsy Network www | forum | my | didattica | howto | wiki | el goog | stats | blog | dona | rappresentanti
Homepage
 Register   Calendar   Members  Faq   Search  Logout 
.dsy:it. : Powered by vBulletin version 2.3.1 .dsy:it. > Didattica > Corsi A - F > Fondamenti di architettura e programmazione > [java] esercizi in preparazione al compito del 30
  Last Thread   Next Thread
Author
Thread    Expand all | Contract all    Post New Thread    Post A Reply
Collapse
aesse
args[]

User info:
Registered: Dec 2002
Posts: 50 (0.01 al dì)
Location: Milano
Corso: TICO
Anno: 1
Time Online: 1 Day, 19:15:38 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged
[java] esercizi in preparazione al compito del 30

Durante la lezione di preparazione al compito del 30 c'era un esercizio che chiedeva di aggiungere alla classe Gioco un costruttore usando il costruttore esistente.

So che andava risolto con il this come riferimento al costruttore esistente, ma non sono del tutto convinto (vorrei provare a compilarlo) e soprattutto non sono riuscito a copiare bene il codice java dell'esercizio.

Qualcuno potrebbe pubblicarlo qui?

23-01-2003 16:19
Click Here to See the Profile for aesse Click here to Send aesse a Private Message Visit aesse's homepage! Find more posts by aesse Add aesse to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Rifinitore
.illuminato.

User info:
Registered: Nov 2002
Posts: 189 (0.02 al dì)
Location: Pesaro/Milano
Corso: Laureato
Anno:
Time Online: 2 Days, 17:52:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

L'esercizio era questo :

data la classe Gioco, implementare in java il costruttore Gioco che prenda in ingresso due parametri (il codice e il prezzo). Il costruttore deve obbligatoriamente sfruttare il costruttore postato nel seguente codice:

public class Gioco {
public String colore;
public double prezzo;
public Gioco (double nuovoPrezzo) {
prezzo = nuovoPrezzo;
colore = "Colore sconosciuto";
}
?????? <-- il nuovo costruttore va messo qui !
}


Risposta:

public Gioco (String nuovoColore, double nuovoPrezzo) {
this(nuovoPrezzo);
colore(nuovoColore);
}


;)

__________________
Peppe
http://www.peppedotnet.it

23-01-2003 17:53
Click Here to See the Profile for Rifinitore Click here to Send Rifinitore a Private Message Find more posts by Rifinitore Add Rifinitore to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
aesse
args[]

User info:
Registered: Dec 2002
Posts: 50 (0.01 al dì)
Location: Milano
Corso: TICO
Anno: 1
Time Online: 1 Day, 19:15:38 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Grazie mille :)

Effettivamente non ci sono altri sistemi per chiamare il primo costruttore

p.s. l'ultima riga del nuovo costruttore è colore=nuovoColore;

23-01-2003 18:40
Click Here to See the Profile for aesse Click here to Send aesse a Private Message Visit aesse's homepage! Find more posts by aesse Add aesse to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Rifinitore
.illuminato.

User info:
Registered: Nov 2002
Posts: 189 (0.02 al dì)
Location: Pesaro/Milano
Corso: Laureato
Anno:
Time Online: 2 Days, 17:52:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

è vero ... scusa ho sbagliato a copiare ...:oops:

__________________
Peppe
http://www.peppedotnet.it

23-01-2003 22:51
Click Here to See the Profile for Rifinitore Click here to Send Rifinitore a Private Message Find more posts by Rifinitore Add Rifinitore to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Barone
non cambio mai avatar

User info:
Registered: Dec 2002
Posts: 4943 (0.61 al dì)
Location:
Corso: Done.
Anno:
Time Online: 36 Days, 5:19:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

Ma state parlando del compito di haus del 27?

26-01-2003 14:35
Click Here to See the Profile for Barone Click Here to See the Blog of Barone Click here to Send Barone a Private Message Find more posts by Barone Add Barone to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Rifinitore
.illuminato.

User info:
Registered: Nov 2002
Posts: 189 (0.02 al dì)
Location: Pesaro/Milano
Corso: Laureato
Anno:
Time Online: 2 Days, 17:52:28 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

No, di quello della Agostini del 30 !:D

__________________
Peppe
http://www.peppedotnet.it

26-01-2003 14:40
Click Here to See the Profile for Rifinitore Click here to Send Rifinitore a Private Message Find more posts by Rifinitore Add Rifinitore to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
Collapse
Barone
non cambio mai avatar

User info:
Registered: Dec 2002
Posts: 4943 (0.61 al dì)
Location:
Corso: Done.
Anno:
Time Online: 36 Days, 5:19:15 [...]
Status: Offline

Post actions:

Edit | Report | IP: Logged

ok..scusate..

26-01-2003 18:18
Click Here to See the Profile for Barone Click Here to See the Blog of Barone Click here to Send Barone a Private Message Find more posts by Barone Add Barone to your buddy list Printer Friendly version Email this Article to a friend Reply w/Quote
All times are GMT. The time now is 10:43.    Post New Thread    Post A Reply
  Last Thread   Next Thread
Show Printable Version | Email this Page | Subscribe to this Thread | Add to Bookmarks

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
 

Powered by: vBulletin v2.3.1 - Copyright ©2000 - 2002, Jelsoft Enterprises Limited
Mantained by dsy crew (email) | Collabora con noi | Segnalaci un bug | Archive | Regolamento | Licenze | Thanks | Syndacate
Pagina generata in 0.034 seconds (79.37% PHP - 20.63% MySQL) con 26 query.