this.setNum(num); 是不是this表示给这个构造函数赋值setnum 括号里的(num)表示父类里的属性
this表示的是当前。就是说,如果this是在helloworld里面的出现的那么this表示的就是helloworld这个类。调用的方法的也是helloworld里面的方法。