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

how to create views in sql with syntax and example

5 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


What are all the differences between dispose and finalize()?

0 Answers  


Can you please explain the difference between value and reference types?

0 Answers  


How do you rate yourself in .NET ?

3 Answers   Infosys, Seneca Global,






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  


Explain option strict?

0 Answers  


What is vb.net used for?

0 Answers  


Why do we use ansi keyword?

0 Answers  


What is the difference between datagrid and gridview?

0 Answers  


how to deploy vb.net with key and evaluation time? any one can help me?

0 Answers   TSYS,


Name some different types of control?

0 Answers  


Categories