Describe the accessibility modifier protected internal.

Answers were Sorted based on User's Feedback



Describe the accessibility modifier protected internal...

Answer / 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

Describe the accessibility modifier protected internal...

Answer / pushparaj pentakota

rest of non-child class of another project remailning all
cases it is accessble.


same project , same class ---- accessble
same project , child class --- yes
same project , non-child class --- yes
another project , same class --- yes
another project , child class ---yes
another project , non-child class ---not accessble

Is This Answer Correct ?    0 Yes 0 No

Describe the accessibility modifier protected internal...

Answer / kirti

It is available to derived classes and classes within the same Assembly (and naturally from the base class it's declared in).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how to prevent a class from being inherited in c#.net?

0 Answers  


How do you debug an ASP.NET Web application?

1 Answers   Rolta, Siebel Systems,


What is the difference between // comments, /* */ comments and /// comments?

0 Answers  


Can you declare the override method static while the original method is non-static?

5 Answers  


Are multiple data types stored in System.Array?

0 Answers   Siebel,






Can a structure be inherited by a class?

3 Answers  


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  


What is a reference type c#?

0 Answers  


What?s the difference between the System.Array.CopyTo() and System.Array.Clone()?

6 Answers   Wipro,


Explain About multi level and multiple inheritance how to achieve in .net

0 Answers  


How many types of delegates are there in c#?

0 Answers  


What are c# i/o classes?

0 Answers  


Categories