difference between keyword internal and protected?
Answer Posted / pawan
protected and internal can be accessed in the derived class
which can be in different namspaces.
Protected can not be accessed using object, it dosen't
matter whether it is in same or different namespace.
Only internal method will be accible using object
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the difference between protected and private?
What is default boolean value in c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
What's the difference between System.String and System..StringBuilder in C#?
What is interpolation in programming?
Why do canadians say zed?
What is array collection?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Does the system.exception class have any cool features?
Explain the Usage of web.config
Distinguish between continue and break statement?
How long does it take to get a loop recorder put in?
Is there throws keyword in c#?
Define boxing and unboxing in c#?
How long can a string be c#?