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
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is difference between import system.data.sqlclient,system.data.oledb?
Explain how to send xml file on server using http protocol?
Can you please explain the difference between dataset and datareader?
Explain internal keyword in .net framework?
What is the main purpose of garbage collector?
Explain about the feature anonymous type?
How many languages are supported by .net?
Can you please explain the difference between c# and vb.net?
what is interface and when it is used?
Explain how can we remove handlers at run time?
How to achieve Polymorphism in VB.Net?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the advantages of an assembly?
What is strong typing and weak typing?