Computer Science A - 2/3/00 clndr::clndr(const clndr& otherDate) //copy { month = otherDate.month; day = otherDate.day; year = otherDate.year; }