Exemplo n.º 1
0
 static void a()
 {
     Person p = new Person("1", "anna");
     p.print();
 }
Exemplo n.º 2
0
 static void b()
 {
     Person p1 = new Person("1", "data");
     new Uppgift1().bTemp(p1);
     p1.print();
 }