According to the lecture, "A constructor is similar to the initialize method, with just two differences: 1. The name of the constructor is the same as the class name (instead of initialize). 2. A constructor has no type (no type is indicated)."