user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 590. Explain About Protected And Protected Internal, "internal" Accessspecifier?

user image

Abhishek Mishra

2 years ago

protected: The type or member can be accessed only by code in the same class , or in a class that is derived from that class . internal: The type or member can be accessed by any code in the same assembly, but not from another assembly.

Recent Doubts

Close [x]