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 virtual in c#?
What is array and arraylist?
What is difference between string and string builder?
What does convert toint32 mean?
What is the difference between int16 and int32 in c#?
Define delegation in .net?
Which of these statements correctly declares a two-dimensional array in c#?
Are structs faster than classes?
What does the parsefloat function do?
Is datetime a value type in c#?
To allow an element to be accessed using a unique key which .NET collection class is used ?
Does c# do array bounds checking?
Which is faster array or arraylist in c#?
Can constructor be private c#?
Can hashtable have duplicate keys?