public
class
MyDate {
private
int
day, month, year;
void
tomorrow() {
this
.day =
.day +
1
;
//其他代码
}
//源代码片段来自云代码http://yuncode.net