Answer Posted / vijay
You can offer the best of both worlds, an interface and an
abstract class. Implementors can ignore your abstract class
if they choose. The only drawback of doing that is calling
methods via their interface name is slightly slower than
calling them via their abstract class name.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the importance of a Button control?
how to get dynamic control array position or its index position?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
Explain the difference between vb 6 and vb.net?
Why is the xml infoset specification different from the xml dom?
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
Write the role of new keyword?
What is the difference between convert.tostring and i.tostring method?
Explain the difference between int and int32?
Explain the components of common language runtime.
How many languages are supported by .net?
Explain the difference between value and reference types?
What is stack used for in vb. Net?
write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.
What is tracing?