Multiple Choice
Which of the following statements is correct about constructors?
A) If we provide a one-argument constructor then the compiler still provides a zeroargument constructor.
B) Overloaded constructors have the same name as the class name
C) Overloaded constructors cannot use optional arguments.
D) If we do not provide a constructor, then the compiler provides a zero-argument constructor.
Correct Answer:

Verified
Correct Answer:
Verified
Q5: What is return type of constructors?<br>A)int<br>B)float<br>C)void<br>D)None of
Q6: Which of following statement are correct about
Q7: Which of the following statements are correct?1.
Q8: Which of the following is the correct
Q9: The C# provides special methods known as
Q11: _ parameters are used to pass results
Q12: Which of the following statements are correct
Q13: _ variables are visible only in the
Q14: Correct statement about constructors in C#.NET is
Q15: If s1 and s2 are references to