<% Dim OggStudenti Set OggStudenti = New Studenti OggStudenti.Nome = “Piero” OggStudenti.Cognome = “Gallo” OggStudenti.Classe = “V” OggStudenti.Indirizzo = “Mercurio” Response.Write “Il risultato è il seguente: “ & OggStudenti.NomeGlobale Set OggStudenti = Nothing %>