Home / C# Programming / Constructors :: Discussion

Discussion :: Constructors

  1. Which of the following statements are correct about static functions?

    1. Static functions can access only static data.
    2. Static functions cannot call instance functions.
    3. It is necessary to initialize static data.
    4. Instance functions can call static functions and access static data.
    5. this reference is passed to static functions.

  2. A.
    1, 2, 4
    B.
    2, 3, 5
    C.
    3, 4
    D.
    4, 5
    E.
    None of these

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment