What is internal and protected-internal accessspecifier in
c#.net?



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

Post New Answer

More C Sharp Interview Questions

how can i display crystalreport in button click? am working with VS2005

1 Answers  


Can we store different data types in arraylist in c#?

0 Answers  


What is poco c#?

0 Answers  


Can an interface extend a class c#?

0 Answers  


What is the use of tryparse in c#?

0 Answers  






How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


How is the memory managed in C#.

1 Answers  


What .exe means?

0 Answers  


What are object oriented concepts?

6 Answers   Adea, Microsoft,


What is the advantage of dependency injection?

0 Answers  


What is a multicast c# delegate?

0 Answers  


When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?

2 Answers   Mind Tree,


Categories