Golfball gb1 = new Golfball("Brandx", "Professional", 100);
                            =======   =============
                            这是String类型,不会自动转为StringBuffer的。
                            new StringBuffer("Brandx")
getClass()相当this.getClass();  //this不是对象吗?