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
What is the difference between an integer and int?
How do I create a dbml file?
What is the difference between structure and class in c#?
what are some characteristics of an array?
Does unity use c++ or c#?
What is the difference between method and constructor in c#?
without modifying source code if we compile again, will it be generated MSIL again?
What are the principles of delegation?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Is datetime nullable c#?
What is void method?
Explain manifest in c#.
How to assign Null value to Var?
What is the extension of c# file?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?