What is the DIfference between Friend and Protected Friend?
Answer Posted / vimal
friend------access is limited to the current assembly
(application)
protected friend----access is limited to the current
assembly and types derived from the containing class..
| Is This Answer Correct ? | 18 Yes | 7 No |
Post New Answer View All Answers
What is the advantage of using system.text.stringbuilder over system.string?
How to send xml file on server using http protocol?
What is difference between import system.data.sqlclient,system.data.oledb?
How can we remove handlers at run time?
Explain redim keyword?
What is globalization?
Explain convert.tostring and i.tostring method?
Explain code security?
Can you please explain the difference between namespace and assembly?
What is the difference between convert.tostring and .tostring() method?
What is the feature anonymous type?
Name a feature which is common to all .net languages?
What is the role of new keyword?
How do you retrieve the customized properties of a .net application from xml .config file?
What is difference between inline and code behind?