Home / C# Programming / Constructors :: Discussion

Discussion :: Constructors

  1. Which of the following statements is correct about constructors in C#.NET?

  2. A.
    A constructor cannot be declared as private.
    B.
    A constructor cannot be overloaded.
    C.
    A constructor can be a static constructor.
    D.
    A constructor cannot access static data.
    E.
    this reference is never passed to a constructor.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment