hi all,
again i need a clarification. the access modifier protected means that class members are accessible from its own class and its derived class only.
internal means that the class member is accessible in its own assembly.
protected internal is the union of both. does it mean that derived classes may reside in different assembly too and hence this novel modifier 'protected internal' came into existence????
hope i have conveyed my doubt clearly.