Answer Posted / dhanunjaya
An interface is the contract between the class and itself.
an interface can contain abstract memberrs only.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain about Serialize and MarshalByRef?
What is garbage collection? How to force garbage collector to run?
How many aware interfaces are there?
What is ienumerable and iqueryable?
What is parameterized constructor?
What is xml c#?
When would you use generics in your code c#?
In which way you can convert a value-type to a reference-type?
Why do we use ienumerable in c#?
What is the difference between ienumerable and icollection?
What is a private class in c#?
How to use nullable types in .net?
Does c# support try-catch-finally blocks?
What is c# windows form application?
What are async and await?