Constructors are automatically invoked when an object is created and they initialize the object. They can have access specifiers (public, private, protected). However, constructors have NO return type - not even void - which is what makes option D false.