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

What is vb.net used for?

0 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


What is the difference between custom control and user control?

0 Answers  


What is VB.Net?

3 Answers   Ksb,


Explain about the performance of visual basic?

0 Answers  


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

0 Answers   TSYS,


What are the differences between server-side and client-side code?

0 Answers  


What does assert() method do In VB.NET

0 Answers   MCN Solutions,


How many languages are supported by .net?

0 Answers  


I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com

0 Answers  


Define manifest?

0 Answers  


Explain some of the exclusive features which are present in vb?

0 Answers  


Categories