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 does break do in loop?
What is a dynamic assembly?
What is asenumerable in c#?
What does dbml mean in texting?
What is multicast delegate in c# ?
What is the difference between int and int in c#?
How to transpose multi-dimensional array?
What is the advantage of generics in c#?
Explain what is the smallest unit of execution in .net?
What is difference between array and collection?
What is integer c#?
Can abstract class be sealed in c#?
What are value types and reference types?
Can we call server-side code (c# or vb.net code) from javascript?
What is difference between a function and a method?