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 |
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
in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?
Name a feature which is common to all .net languages?
Tell me how many .net languages can a single .net dll contain?
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.
What is tracing?
Define clr?
What is the use of system.diagnostics.process class?
How do you retrieve the customized properties of a .net application from xml .config file?
What is code security?
What are the advantages of VB.NET?
Why do you need Lock in Visual Basic?