Home / C# Programming / Constructors :: Discussion

Discussion :: Constructors

  1. Which of the following statements is correct?

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

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment