所属分类:
技术管理
开发工具:Java
文件大小:34KB
下载次数:1
上传日期:2009-03-12 01:28:04
说明: if the method is to be made void, then it cannot have a return statement, all it can do is set the value. Your SeatReserved variable is already a global variable, so what you have in the last post will work, it is known as a set or setter method. All it does is set a value, usually these are done accross classes.