Vidyalelo
C# Programming · Q5

Classes and Objects in C Sharp

Programming · C# Programming · question 5

Q5

What is the purpose of a constructor in C#?

A.
To define properties of a class
B.
To initialize the object's state
Answer
C.
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