Premium Only Content

Articolo su ecodellarete.it: https://www.ecodellarete.it/chatgpt/
Articolo sull'egodellarete: https://egodellarete.blogspot.com/2023/03/chatgpt.html
L'OGGETTO GALLINA (CODICE)
public class Gallina {
// proprietÃ
private String nome;
private int eta;
private String colorePiume;
private boolean staCovando;
// costruttore
public Gallina(String nome, int eta, String colorePiume, boolean staCovando) {
this.nome = nome;
this.eta = eta;
this.colorePiume = colorePiume;
this.staCovando = staCovando;
}
// metodi get e set per le proprietÃ
public String getNome() {
return nome;
}
public void setNome(String nome) {
this.nome = nome;
}
public int getEta() {
return eta;
}
public void setEta(int eta) {
this.eta = eta;
}
public String getColorePiume() {
return colorePiume;
}
public void setColorePiume(String colorePiume) {
this.colorePiume = colorePiume;
}
public boolean isStaCovando() {
return staCovando;
}
public void setStaCovando(boolean staCovando) {
this.staCovando = staCovando;
}
// altri metodi
public void cacca() {
System.out.println("La gallina " + nome + " ha fatto la cacca!");
}
public void cova() {
if (staCovando) {
System.out.println("La gallina " + nome + " sta già covando.");
} else {
System.out.println("La gallina " + nome + " sta iniziando a covare.");
staCovando = true;
}
}
public void depone() {
if (staCovando) {
System.out.println("La gallina " + nome + " ha deposto un uovo.");
} else {
System.out.println("La gallina " + nome + " non sta covando.");
}
}
}
-
15:13
Il canale di ecodellarete
5 days agoNon toccare il mio cassetto - 21 aprile 2025
292 -
8:52
Tundra Tactical
2 hours ago $1.61 earnedSCOTUS Denies Appeal, Minnesota Courts Deal 2a Win!
2.81K7 -
22:27
Exploring With Nug
11 hours ago $6.86 earnedSwamp Yields a Chilling Discovery in 40-Year Search for Missing Man!
15.8K10 -
1:23:26
RiftTV/Slightly Offensive
6 hours ago $7.03 earnedThe LUCRATIVE Side of Programming and the SECRETS of the "Tech Right" | Guest: Hunter Isaacson
31.3K15 -
LIVE
a12cat34dog
4 hours agoONE WITH THE DARK & SHADOWS :: The Elder Scrolls IV: Oblivion Remastered :: FIRST-TIME PLAYING {18+}
219 watching -
27:57
MYLUNCHBREAK CHANNEL PAGE
23 hours agoDams Destroyed India
43.3K18 -
LIVE
Phyxicx
6 hours agoLast minute practice before Sunday - 4/26/2025
229 watching -
LIVE
The Official Steve Harvey
10 days ago $4.12 earned24 HOURS OF MOTIVATION w/ STEVE HARVEY
86 watching -
LIVE
MoFio23!
12 hours agoNintendo Switch It UP Saturdays with The Fellas: LIVE - Episode #16 [Clue]
108 watching -
LIVE
StaleSavage
3 hours ago"MASTER PRACTICE"
38 watching