Practical usage of internal access specifier
Hai All,May i know any practical usage of internal access specifier in the project
what will happen we declare internal class and internal members and how to consume the internal member to another class
Need clarification in this : can access the internal member within assembly
I tried create one class library
then create one sourcefile with classA and declare internal member for classA
then create another sourcefile within same class library with name classB and tried to consume the classA internal member, it is not accessible.
can you clear me the concept
Thanks and Regards,
A.L.Chellappan