Describe the accessibility modifier protected internal.
Answer Posted / venu gopal
It?s available to derived classes and classes within the
same Assembly (and naturally from the base class it?s
declared in).
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Define delay signing?
Explain dataset.acceptchanges method in .net?
What is before string in c#?
What is difference between array and list in c#?
What is a console file?
Explain About friend and Protected friend
Define c# i/o classes? List the commonly used classes?
What is string [] args in c#?
How can you sort strings in array that are passed to method as arguments?
What is reference types in c#?
How do I create multifile assembly?
Define a partial class?
What is the output of TextWriterTraceListener redirected?
Explain what are three test cases you should go through in unit testing?
Difference between Value type & reference types ? and give the example in .Net?