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

Explain about rapid application development tool?

0 Answers  


is ADO.NET important to connect sql server? is any other way to connect sql server?

1 Answers  


Described strong typing

0 Answers  


What is misl code?

0 Answers  


Write a VB.Net console program to check whether a number is perfect or not.

1 Answers   Wipro,






Difference between VB dll and assemblies in .NET ?

5 Answers   Digital GlobalSoft,


What is friend and protected-friend access specifier in vb.net?

1 Answers  


what is interface and when it is used?

0 Answers  


How do you call a stored procedure in Visual Basic?

0 Answers   CGI,


Did vb6 support multi-threading ?

0 Answers  


diff b/w windows and console application?

4 Answers  


hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back

4 Answers  


Categories