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 collection class in c#?
Which are access modifiers available in c#?
What is int64 in c#?
Explain About friend and Protected friend
What is serialization in c#?
Why singleton class is sealed?
what is an exception in .net?
Explain the difference between proc. Sent by val and by sub?
What are the return types in c#?
How string definitions will prevent escaping on backslashes in C#?
Is c# pass by value?
What is the difference between c and c sharp?
What are accessors?
What is the usage of OLE?
Why References are stored on heap and variables on stack?