Answer Posted / Parvez Ameen
The 'protected' keyword in C# is used to provide access to a member (method, property, field) within its own class and from any derived classes. It means that the member can be accessed by the class itself and all the classes that inherit from it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers