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
What is a console in c#?
Is it true that all c# types derive from a common base class?
3. Use layered architecture for coding. s.no name description 1 abc xxxxxxxxx 2 abc xxxxxxxxx 3 4 5 6 7 8 Select all Clear all Add Delete Name Description Save close
How Global.asax is used ?
What are the concepts of dispose method?
Explain partial class in c#?
What is the difference between dynamic type variables and object type variables in c#?
What is a static in c#?
What is the relationship between a process, application domain, and application?
Is array a collection c#?
What is a generic c#?
What is an int c#?
Explain the difference between private and shared assembly?
What are the fundamental principles of oo programming?
What are the types of constructors?