What is internal and protected-internal accessspecifier in
c#.net?
Answer / lakshmi m
Internal - access is limited to the current assembly
Protected internal- access limited to the current assembly or types derived from the containing class.
Is This Answer Correct ? | 1 Yes | 0 No |
What are "class access modifiers" in C#?
What is the object class in c#?
What are nested classes in c#?
What is managed code?
1)what is timestamp in C# (anilringole@gmail.com)
What are the two kinds of properties in c#.
What are three test cases you should go through in unit testing?
1 Answers Siebel Systems, Wipro,
What's the difference between class and object?
What is string concatenation?
Types of Unboxing?
Are attributes inherited c#?
2. What happened when BO object has been called?