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 strong name in .net assembly?
Tell me how many .net languages can a single .net dll contain?
What is the difference between compiler and interpreter?
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain about the ruby interface generator?
What is the difference between import system.data.sqlclient and system.data.oledb?
What is deep copy?
Explain trace in vb.net?
What is the difference between Namespace and Assembly?
What is the maximum size of the textbox?
How do you call a stored procedure in Visual Basic?
What are the advantages of VB.NET?
Explain the difference between c# and vb.net?
What languages does the .net framework support?
What is redim keyword and its use?