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
how to get dynamic control array position or its index position?
What are the assembly entry points?
What is DLL HELL in VB.NET
What is the difference between custom control and user control?
Explain the use of serialization and deserialization?
Name some of the features of C# which are not present in VB.NET?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
How many languages are supported by .net?
What is branching logic control in VB.NET?
Explain clr?
Explain the difference between datatable and dataset?
What is the advantages of VB.NET?
Name some of the features present in vb 2005?
Why do we use byref keyword in vb.net?
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.