Home / C# Programming / Constructors :: Discussion

Discussion :: Constructors

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

  2. A.
    Static functions are invoked using objects of a class.
    B.
    Static functions can access static data as well as instance data.
    C.
    Static functions are outside the class scope.
    D.
    Static functions are invoked using class.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment