What is "Friend" in VB.Net?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What is vb.net used for?
What is the Difference between Dataset and Datareader?
What is the difference between custom control and user control?
What is VB.Net?
Explain about the performance of visual basic?
how to deploy vb.net with key and evaluation time? any one can help me?
What are the differences between server-side and client-side code?
What does assert() method do In VB.NET
How many languages are supported by .net?
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
Define manifest?
Explain some of the exclusive features which are present in vb?