when data member or member function is static is acess
specifier is considered??
Answer Posted / jag
Of course it is. A public static method might still need to
store private data or call other functions which need not
be public. Those would have to be private or protected
static.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can a string be null c#?
What is uint64_t?
what is c# command?
Can abstract class be sealed in c#?
How do I develop c# apps?
Can constructor be protected in c#?
Distinguish between finally and finalize blocks?
Why do we use static methods in c#?
What are the types of serialization?
Define an abstract class?
What is string method in c#?
What is array and arraylist?
What is dataset and dataadapter in c#?
What framework is used for performance testing/load testing?
What does async mean in c#?