Which of the following statements are correct about constructors in

Loading

โœช Choose the correct option.

Which of the following statements are correct about constructors in C#.NET?

  1. Constructors cannot be overloaded.
  2. Constructors always have the name same as the name of the class.
  3. Constructors are never called explicitly.
  4. Constructors never return any value.
  5. Constructors allocate space for the object in memory.

A. 44593
B. 38048
C. 44684
D. 44685

Leave a Comment