What is "Friend" in VB.Net?

Answers were Sorted based on User's Feedback



What is "Friend" in VB.Net?..

Answer / bhanu

Friend access means that elements are accessible only
within the program. Friend is the default access modifer
for any class that does not have a modifier

Is This Answer Correct ?    11 Yes 2 No

What is "Friend" in VB.Net?..

Answer / bhanu

Friend access means that elements are accessible only
within the program. Friend is the default access modifer
for any class that does not have a modifier

Is This Answer Correct ?    6 Yes 2 No

What is "Friend" in VB.Net?..

Answer / mayank bhatnagar

Friend is a type of access modifier.Friend is used when one
class wants to access the private properties of other
classes.This is the only cause of voilation of OOps.

Is This Answer Correct ?    2 Yes 2 No

What is "Friend" in VB.Net?..

Answer / neeraj

Friend access means that elements are accessible only
within the program. Friend is the default access modifer
for any class that does not have a modifier.

Is This Answer Correct ?    1 Yes 1 No

What is "Friend" in VB.Net?..

Answer / manasi mokate

Friend is a Access Modifiers.friend defines a type only from
within the program in which it is declared...

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More VB.NET Interview Questions

i have attended interview for cognizant ( 3 +,on .net ) on 19-06-2010 till now i have not given the status ..am confused... does any one faced same situation ...could please tell what would be happened

1 Answers  


in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


Name a feature which is common to all .net languages?

0 Answers  


Tell me how many .net languages can a single .net dll contain?

0 Answers  


what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.

0 Answers  






What is tracing?

0 Answers  


Define clr?

0 Answers  


What is the use of system.diagnostics.process class?

0 Answers  


How do you retrieve the customized properties of a .net application from xml .config file?

0 Answers  


What is code security?

0 Answers  


What are the advantages of VB.NET?

0 Answers  


Why do you need Lock in Visual Basic?

0 Answers   CGI,


Categories