I'm working in a project, and I found some functions how's have the modifer "friend". But I can't understand exactly what mean this. I don't see the difference of that in the practice.
Oh My God... I already read this articles... but don't pay atention in this line:
"The Friend (Visual Basic) keyword in the declaration statement specifies that the elements can be accessed from within the same assembly, but not from outside
the assembly. "
RubensNeto
Member
7 Points
10 Posts
Concept: FRIEND
May 15, 2012 08:24 PM|LINK
Hi folks!
I'm working in a project, and I found some functions how's have the modifer "friend". But I can't understand exactly what mean this. I don't see the difference of that in the practice.
Some one who understand that can clarify me!?
Thank's guys
Make.Difference
Nasser Malik
Star
11650 Points
1791 Posts
Re: Concept: FRIEND
May 15, 2012 08:33 PM|LINK
required some readings
see access modifiers at msdn
http://msdn.microsoft.com/en-us/library/76453kax.aspx
see when to use friend
http://msdn.microsoft.com/en-us/library/08w05ey2.aspx
Skype: maleknasser1
RubensNeto
Member
7 Points
10 Posts
Re: Concept: FRIEND
May 15, 2012 08:37 PM|LINK
Oh My God... I already read this articles... but don't pay atention in this line:
"The Friend (Visual Basic) keyword in the declaration statement specifies that the elements can be accessed from within the same assembly, but not from outside the assembly. "
It's very clearer now.
Thanks for help, Nasser Malik.
Make.Difference