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 redim keyword?
What is stack used for in vb. Net?
what is diffrence constructor and destructor in vb
Tell me how many .net languages can a single .net dll contain?
What is the main purpose of garbage collector?
List the types of authentication?
What are nested classes?
What is the advantage of using system.text.stringbuilder over system.string?
Explain the advantages of vb.net?
Explain namespace?
Define naming convention?
What is different between web.config and machine.config and where it will be ?
What are the various open source tool available for VB.NET?
How a base class method is hidden?
What is branching logic control in VB.NET?