Defining a class

public class Date{
	private int day, month, year;
	...
	...
}

Defining an object

Copy Constructors