Monday, August 25, 2008

Scope of Memeber

a. Public Memeber - Available to all class

b. Private Memeber - Available within the class

c. Protected Memeber - Available with in the class and derived class

d. Friend Memeber - Available for all class with in the same assembly

e. Protected Friend Memeber - Available for all class with in the same assembly and derived class

No comments: