Question: Which of the following statements are correct about static functions?

Options

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.

Click to view Correct Answer

Previous || Next

Constructors - General Questions more questions

How many times can a constructor be called during lifetime....

Is it possible to invoke Garbage Collector explicitly?

Which of the following statements are correct about the C#.NET....

Which of the following statements is correct?

Is it possible for you to prevent an object from....

What will be the output of the C#.NET code snippet....

Which of the following statements is correct about constructors in....

What will be the output of the C#.NET code snippet....

What does the following C#.NET code snippet will print?

Which of the following is the correct output for the....

Attributes - General Questions more Online Exam Quiz

Attributes - General Questions

Classes and Objects - General Questions

Collection Classes - General Questions

Datatypes - General Questions

Delegates - General Questions

.NET Framework - General Questions

Enumerations - General Questions

Exception Handling - General Questions