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.");
}
}
}
-
27:11
Il canale di ecodellarete
4 days agoSputo - 2 aprile 2025
2902 -
1:22:13
Sarah Westall
2 hours agoTruth about Gila Monster Snake Venom & the Miracle of Peptides for Human Health w/ Dr. Diane Kazer
4.5K4 -
LIVE
Tundra Tactical
56 minutes ago$3200 ZEV HEARTBREAKER Contest!!!
368 watching -
LIVE
Adam Does Movies
9 hours agoAll The Big Movie Announcements From CinemaCon 2025- LIVE!
244 watching -
LIVE
Josh Pate's College Football Show
2 hours agoBig CFB Changes Coming | USC + Texas + Alabama In 2025 | Truth About Officiating | I Am Engaged
171 watching -
LIVE
Biscotti-B23
5 hours ago🔴 LIVE VIEWERS VS MEMBERS BEEF 🔥 FINDING A NEW MAIN ⚔ BLEACH REBIRTH OF SOULS
21 watching -
LIVE
DTDUBtv
2 hours agoOUTLAST TRIALS WITH SARAHSLOTH17
40 watching -
LIVE
Major League Fishing
5 days agoLIVE! - MLF Bass Pro Tour: REDCREST - Day 4
10,758 watching -
LIVE
EricJohnPizzaArtist
2 hours agoAwesome Sauce PIZZA ART LIVE Ep. #42: It’s Cartman!
227 watching -
LIVE
Ryker SteelVT
2 hours ago[Vtuber] Black Ops 6 warzone and mp! Ep.2
14 watching