public class Test3 { protected int num3; public Test3(int num3) { this.num3 = num3; } }