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 deep copy?
What is the differences between dataset.clone and dataset.copy?
What is writeline in vb.net?
What is the main purpose of garbage collector?
What is the purpose of an Assembly?
What is datatype conversion?
What are the differences between vb.net and c#, related to oops concepts
Explain the differences between vb.net and c#, related to oops concepts?
How vb implements the disconnected architecture as like vb.net?
What is multiple form in vb?
What is stack used for in vb. Net?
Define naming convention?
Explain the difference between int and int32?
What is an assembly and its use?
What are the different types of a stream?