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
Why do we override in c#?
State the top.NET class that everything is derived from?
how can one use hcl and c sharp together?
Is arraylist type safe in c#?
What does xpath return?
What is sqlconnection in c#?
What is a nullreferenceexception?
What is the difference between ienumerable and enumerable?
what are the differences between a class and structure
Which types of inheritances does c# support?
What is a dbml?
What is difference between association, aggregation and inheritance relationships?
What is a singleton unity?
What is difference between array and list?
What do you mean by a windows process in regards to memory allocation?