Home » C# Programming » Constructors

Which of the following statements are correct about static functions? Static functions can access only static data. Static functions cannot call instance functions. It is necessary to initialize static data. Instance functions can call static functions and access static data. this reference is passed to static functions.

Correct Answer: 1, 2, 4

← Previous Question

More Questions from Constructors

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion