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.

← Previous

Discussion & Comments

No comments yet. Be the first to comment!