Answer Posted / radhika
An interface defines a contract for a class.The name of an
interface begins with a capital I.interface doesnot
contains any method implementations.The class that
implements the interface must provide all the
implementation for the members defined in that interface.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the benefits of using generics in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is system predicate?
What are the uses of namespaces?
Is concurrent queue thread safe?
What is the difference between namespace and class in c#?
How do destructors and garbage collection work in c#?
User's session is explicitly killed by which method ?
What is xml serializer?
What is session management in c#?
Define parsing?
Is c# and .net same?
What is difference between dll and exe in c#?
What is application c#?
How many parameters can a method have c#?