function StampaNome(){ document.write(this.nome + " " + this.cognome); } function Oggetto(){ this.nome="Antonello"; this.cognome="Iaccarino"; this.StampaNome=StampaNome; } var Istanza=new Oggetto(); Istanza.StampaNome();e funziona lo stesso:
Antonello Iaccarino
Nessun commento:
Posta un commento