difference between keyword internal and protected?
Answer Posted / jebasingh luccas
Major different between these internal and protected
keyword reside on scope in which it can be accessible.
internal defines the scope with in the assembly and
protected defines the scope to the derived
(sub) class.
| Is This Answer Correct ? | 39 Yes | 6 No |
Post New Answer View All Answers
Can an int be negative c#?
Why dataset is used in c#?
What is a template class?
What is the difference between ienumerable and icollection?
What is action c#?
What is stringreader in c#?
Value Type and Reference Type Data type in C#?
Explain partial class in c#?
What are the different types of delegation?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
What is readline c#?
Explain the difference between private and shared assembly?
In howmany ways can you deploy an assembly?
What are c# collections?
What is helper method in c#?