what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / vijay rana
internal means class or member is only accessible in the
assembly only;
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between selection and projection?
Explain circular reference in c#?
Can var be null c#?
How do you use nullable?
Explain get and set accessor properties?
list the steps in code compilation in c#?
How do partial classes work in c#?
Can we write class inside a class in c#?
What are the commonly used i/o classes?
What does assert() do in c#?
What is the difference between finalize() and dispose()?
What is reference c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Why does my windows application pop up a console window every time I run it?
What is the .net datatype that allows the retrieval of data by a unique key?