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 console write in c#?
Give an example of a ctype.
What is the purpose of a constructor in c#?
Does a class need a constructor c#?
Is ram a heap?
What are variables in c#?
What is the C# syntax to catch any possible exception?
What is the difference between yield and return?
What is c# entity framework?
How can it prevents DLL Hell assembly versioning in .NET?
What is the difference between add and addrange in c#?
What is a cs file?
Explain About .Net remoting
What is the difference between dynamic type variables and object type variables in c#?
Why do we overload constructors?