when data member or member function is static is acess
specifier is considered??
Answer Posted / 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 |
Post New Answer View All Answers
What does private void mean in c#?
Which function is the entry point for a DLL in MS Windows 3.1?
How many types of inheritance are there in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Can an interface extend a class c#?
Why do we use namespace in c#?
What is use of singleton class in c#?
What are regular expressions? Search a string using regular expressions?
What are fields in c#?
Explanation on Generic?
What’s thread.sleep() in threading ?
How can I get around scope problems in a try/catch?
What is use of abstract class in c#?
What is the difference between method and function in c#?
What are c# collections?