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
Described strong typing
Name some of the features of C# which are not present in VB.NET?
Explain the difference between value and reference types?
List the types of generations in garbage collector?
Explain what observations between vb.net and vc#.net?
Explain the difference between vb 6 and vb.net?
Which control is an example of an object in vb net?
Using VB, how can you change the Mouse Pointer?
Explain about the performance of visual basic?
Explain about the ruby interface generator?
What is early binding?
What are the advantages of vb.net and c#?
How do you use two datareaders at the same time in a vb.net windows application ?
What is the maximum size of the textbox?
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.