what is an internal specifier? what happens internally when
I use access specifier Internal ?
Answer Posted / manojavam
Internal specifier will allow the user to use the
componenet inside the assembly but not outside the assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an escape sequence? Name some string escape sequences in c#.
Hi Friends, I am going through Siemens Interview Procedure from last 1+1/2 months. I went through 1 written + 2 Technical + 1 Managerial Round process after which I got call from HR informing that "you are selected and we would like to meet you for HR round". HR round was very nominal compared to MR. HR Round last for hardly 5 mins. They told me that you will get the final result on Friday. Still I have not received any feedback from them. Please help!!!
Why attributes are used in c#?
What is a interface in c#?
What is multiple interface in c#?
What is the difference between properties and indexer in c#?
Why do we need events in c#?
What is dynamic object in c#?
What do you mean by saying a "struct is a value type"?
i want o/p 011242110 in c# code.
Do we get an error while executing the “finally” block in c#?
Explain how do I convert a string to an int in c#?
What is out in c#?
Describe ways of cleaning up objects in c#.
Define multicast delegate in c#?