Answer Posted / supraja polam reddy
An interface in C# is type definition similar to a class
except that it purely represents a contract between an
object and a user of the object. An interface cannot be
directly instantiated as an object. No data members can be
defined in an interface. Methods and properties can only be
declared, not defined
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between interface and multiple interface?
Can we override main method in c#?
How many root nodes are there in an xml document?
If you want to write your own dot net language, what steps you will u take care?
How do you create user defined data types in c#?
Explain the role of Garbage collector and its generations?
What is javascriptserializer c#?
What is property in c#?
What is the difference between a constant and a static readonly field?
Why do we use interfaces in c#?
Can we use "this" command within a static method?
What is the use of generics in c#?
What is action c#?
What is the file extension for c#?
Is array thread safe c#?