What is the DIfference between Friend and Protected Friend?
Answer Posted / rituraj raman
Friend can be access by anywhere but only in
same assembly
Protected Friend can be access by anywhere
in same assembly and
drived classes in other assemblies as well
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is the ruby interface generator?
What do you mean by serialization and deserialization and it's use.
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
Explain the components of common language runtime.
Explain clr?
How many classes a dll can contain?
What are nested classes?
Explain manifest?
What is difference between import system.data.sqlclient,system.data.oledb?
Write a VB.Net console program to check whether a number is perfect or not.
What do you mean by Redim in VB.NET?
Explain the difference between int and int32?
What is public assembly?
What are the different types of applications supported in .net (or) .net framework?
What is multiple form in vb?