Q5
What is the purpose of a constructor in C#?
A.
To define properties of a class
B.
To initialize the object's state
AnswerC.
To destroy the object
D.
None of the above
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board