1.A constructor has a return type.
2.A constructor cannot contain a function call.
3.A constructor has no return type.
4.A constructor has a void return type.
Answer:3