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
What is the implicit name and type of the parameter that gets passed into the class set method?
What is boxing in c#?
Is c# or c++ better for games?
What is a Assembly?
In dynamic link library, which api is used for load library?
What is dll file in c#?
What are c# collections?
Explain Constructor and destructor?
How to find methods of a assembly file (not using ILDASM)?
Is python easier than c#?
Explain the 3 types of properties in c# with an example?
What is sqlcommand in c#?
Constructor to an arbitrary base constructor?
What is a protected class in c#?
What is the difference between int.parse and int.tryparse methods?