Answer Posted / ragupathy
An Interface is like a class. we can't create object of the
class. we inherit the members of the interface.
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is c# dictionary a hash table?
What is the difference between early binding and late binding in c#?
How to block a class from being inherited further?
How to use session under class file of APP_Code folder?
what happens if you inherit multiple interfaces and they have conflicting method names?
What is the advantage of constructor?
What is difference between new and override in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the difference between a function and a method?
what are the Disadvantages of vb
What is hashset c#?
What does using system mean in c#?
Explain the difference between abstract class and interface in .net?
Explain the mechanism of VB.NET/C# achieve polymorphism?
What are the Types of assemblies that can be created in dotnet