Home / C# Programming / Constructors :: Discussion

Discussion :: Constructors

  1. How many times can a constructor be called during lifetime of the object?

  2. 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.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment