构造方法: public book(){ // 方法体 }
定义无返回值方法: public void book(){ //方法体 }
请问构造方法是否如void没有返回值的,还是有返回值但是不能定义返回值类型而已。