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
Explain About friend and Protected friend
What is wcf c#?
Is it possible to have different access modifiers on the get/set methods of a property?
Which programming language is best for desktop applications?
Explain the types of Polymorphism.
Is c# queue thread safe?
Why we use get and set property in c#?
What are Memory foot print of an exe?
What is the difference between int.parse and int.tryparse methods?
Can a class have static constructor?
How to reverse each word in a string using c#?
Is null or empty in c#?
What is private variable?
What is the difference between disposing of () and finalize() methods in c#?
If casting fails what type of exception is thrown?