Answer Posted / mohammed ameem
Interfaces are used for defining the set of members which
need to be implemented. Interfaces allows calling methods of
object which may be remotely located or instantited. Thus,
Interface act as interface between the distributed
applications. Hence the name opts
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Why do we use ienumerable in c#?
How do I create a new form in c#?
My switch statement works differently! Why?
What is the purpose of a console table?
What is oledb in c#?
what is scope of a protected internal member variable of a c# class
Explain about accessibility modifier 'protected internal'?
Does c# provide copy constructor?
Name some properties of array.
What is the base class in .net from which all the classes are derived from?
What are the advantages of clr procedure over t-sql procedure?
What is multidimensional array in c#?
Does the variables of a private class-level inherited?
When do we generally use destructors to release resources?