Which of the following statements are true?
◦ Constructors do not have a return type, not even void.
◦ Multiple constructors can be defined in a class.
◦ Constructors must have the same name as the class itself.
◦ Constructors are invoked using the new operator when an object is created.