when data member or member function is static is acess
specifier is considered??
Answers were Sorted based on User's Feedback
Answer / answerme
yes.. For Static Data members / Member functions access
specifiers are considered.
The accessibility of the static members. functions remains
similar as that of normal variable with specified access
specifier. For e.g., Private static variable will not be
accessible outside the class, even though it is
initialized.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
How can we give strong name to assembly? What is satellite assembly?
Can I use exceptions in c#?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Can you change the value of a variable while debugging a C# application?
How to force my .net app to run as administrator on windows 7?
Explain the difference between access specifier and access modifier in c#?
What is the meaning of console writeline in c#?
i want o/p 011242110 in c# code.
What is difference between array and list?
Describe the process of “exception handling implementation” in c#?
Is lazy thread safe c#?
What are the different ways of method can be overloaded?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)