Google News
logo
C# - Quiz(MCQ)
Which of the following statements are correct about static functions?
A)
Static functions are outside the class scope.
B)
Static functions are invoked using class.
C)
Static functions are invoked using objects of a class.
D)
Static functions can access static data as well as instance data.

Correct Answer :   Static functions are invoked using class.

Advertisement