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 is a hash table in c#?
What is windows forms in c#?
What is a class in unity?
Explain the difference between user control and custom control. Also, explain their use.
What is task parallel library?
What are the extension methods in c#?
What is the use of static members with example using c#.net.
What is type cast in C#?
What is the difference between Static, Const and read only?
Why data types are important?
List the difference between the virtual method and the abstract method?
What is strong name assembly?
Why constructor is used in c#?
Does c# have functions?
What is the difference between abstraction and encapsulation in c#?