Explain about Protected and protected internal, ?internal?
access-specifier?

Answer Posted / diana cheriyan

Protected:-Access is limited to the Containing class or
types derived from the Containing class

Internal:-Access is limited to the Current Assembly

Protected Internal:-Access is limited to the current
Assembly or types derived from the Containing class

Is This Answer Correct ?    19 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to rotate an Image in C#?

578


How many classes are there in classification?

507


Where are value types stored in c#?

515


what is IDisposal interface,IComparable,IEquatable,IFormatable

529


What is a console file?

481






Why we use get and set method in c#?

496


What is the symbol used for in c#?

493


What is a factory in c#?

474


Where do we use static class in c#?

487


Explain partial class in c#?

493


What is difference between property and variable in c#?

465


i want o/p 011242110 in c# code.

1629


What is Fragmentation and its Types?

565


From which base class do all Web Forms inherit from?

519


What is the purpose of the integer parse method the decimal parse method?

518