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 are scriptable objects?
What is a console device?
What is property in c#?
Does c# have functions?
What is the purpose of abstract class in c#?
i want the csharp questions&answeres
What do you mean by generic class in c#?
What is the difference while using directive vs using statement ?
What Is A Satellite Assembly?
Can you inherit multiple classes in c#?
Why dictionary is used in c#?
What is the use of main method in c#?
What is the difference between dynamic and var in c#?
What is default value of enum c#?
What is the main method in c#?