Q. Correct statement about constructors in C#.NET is ? (A) Constructor cannot be overloaded (B) Constructor allocate space for object in memory (C) Constructor are never called explicitly (D) Constructor have same name as name of the class ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Constructor have same name as name of the class