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
Are structs value types or reference types?
What is the purpose of abstract class in c#?
What is the difference between convert and parse in c#?
Can we set image Source dynamically using C# in WPF application?
What is session c#?
What are the two kinds of properties in c#.
What is the difference between ienumerable and icollection?
What are the variables in c#?
what are implementation inheritance and interface inheritance?
what is the meaning of Object lifetime in OOPS
What do you mean by default constructor?
what are the different ways a method can be overloaded?
Is c# lazy thread safe?
What is an example of delegation?
Why is .net so popular?