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
What is clr namespace?
What are strong name assemblies?
Is .net and c# the same?
What is ienumerable and iqueryable?
Contrast System.String and System.Text.StringBuilder classes?
What is array c#?
Can arraylist store different data types in c#?
What is distribute by in hive?
What is a c# delegate?
What are the benefits of using generics in c#?
Explain how many types of exception handlers are there in .net?
Define delegation in .net?
Is it possible to execute multiple catch block for a single try statement?
What does async mean in c#?
What is a helper method in c#?