Which of the following is a characteristic of a constructor method?
It has the same name as the class.
It can be called like any other method.
It has a void return type.
It always has an...