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 the purpose of reserved word using in c#?
What is distribute by in hive?
How to find out that the code is written as managed or un-managed code?
What is a streamwriter in c#?
What is the difference between serialization and deserialization in c#?
What is a decimal in c#?
Is arraylist type safe in c#?
How many digits are in an integer?
What is the difference between new and override in c#?
How long does it take to get a loop recorder put in?
What are the fundamental oop concepts?
Explain the difference between the system.array.copyto() and system.array.clone()?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
How to Install uninstall assemblies into GAC?
What is the advantage of dependency injection?