A method that initializes a newly instantiated object - Never has return type to it - Always has to have the name of the class - You call it by calling new ie. Bicycle myBike = new Bicycle (30,9);