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 data quality assurance?
What are the 2 broad classifications of fields in c#?
What is the difference between values and reference types?
Can extension methods access private members?
What is thread in c#?
How to parse a date time string?
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
what is partial assembly reference
Can datetime be null c#?
What is windows form in c#?
What is boxing and unboxing in c#?
What is a callback c#?
What is Co- and Contra-Variance in C#?
What is the purpose of dependency injection?
How can I produce an assembly?