Identify which statement is true about construtors.
Answer options
A
Constructor can be overloaded
B
Constructor of a class should not have a return type, which means the return type is void
C
Constructor should have same name as class name, but not case sensitive
D
Constructor will be invoked explicitly like other methods
Correct answer: Constructor can be overloaded
Explanation
Correct answer: Constructor can be overloaded.