This question is really confusing
A ________
is a special method that has the same name as the class and is invoked automatically whenever an object of the class is instantiated.
Answers:
constructor
setter
getter
static method
I was thinking constructor is the only with the same name as the class, but wait! constructor is not really a method, it differs from method. So i read this article and came to a conclusion that this question is wrongly formatted, am I right?