what is diffrence between protected ,internal and protected
internal??
whether protected field available in derived class which is
outside the assembly.
if not ..this is possible by which access modifiers??
Answer Posted / priya
Protected means within the same class and types derived from containing class.
.Internal means within the same assembly.
Yes, protected field will be available in derived class which is
outside the assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What does static mean in c sharp?
What does dbml stand for?
In gridview in editmode if we want to display information in one combobox based on
How garbage collection deals with circular references.
What is the signature of a method?
What is the process of delegation?
what is c# command?
What is connection pooling in ado.net?
What is difference between float and decimal?
What does async mean in c#?
What is int32 in c#?
What is assembly version series sequence?
What is hierarchical inheritance in c#?
i want o/p 011242110 in c# code.