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