What is the equivalent of a \'friend\' keyword in C Sharp?
How do I use the \'internal\' keyword?
I have read that \'internal\' keyword is a replacement for \'fr
Your subclass will be able to access the protected members of the class you inherit.
Are you looking to give access to these protected members to another class?