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 ref and out parameters in c#?
What is xaml in c#?
What is dto c#?
Can firstordefault return null?
How do I download a program to my desktop?
Which debugging tools you can use in the .NET ssSDK?
How many types of constructors are there in c#?
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is datatable in c#?
What are immutable types in c#?
Name the method of servicebase class?
Can we declare private class in c#?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is datareader c#?
What is a linked list c#?