Discussion :: Constructors
-
How many times can a constructor be called during lifetime of the object?
A.
As many times as we call it.
|
B.
Only once.
|
C.
Depends upon a Project Setting made in Visual Studio.NET.
|
D.
Any number of times before the object gets garbage collected.
|
E.
Any number of times before the object is deleted.
|
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment