1 public class Person {
2 public Person(){
3 this.name = "René Križák";
4 this.skills = ["Desktop", "Web"];
5 this.age = 18;
6 }
7 }
1 public class Person {
2 public Person(){
3 this.name = "René Križák";
4 this.skills = ["Desktop", "Web"];
5 this.age = 18;
6 }
7 }