Discussion :: Constructors
-
Which of the following statements is correct?
A.
A constructor can be used to set default values and limit instantiation.
|
B.
C# provides a copy constructor.
|
C.
Destructors are used with classes as well as structures.
|
D.
A class can have more than one destructor.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment