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
List the difference between interface and abstract class?
What is cshtml?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is icollection in c#?
What are the types of inheritance in c#?
How do you escape in c#?
Why do we need abstract class?
How many kinds of elements an array can have?
what is the difference between the debug class and trace class?
What are delegates in C#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What does this keyword mean in c#?
What are predicates in c#?
Do events have return type c#?
Explain data types in c#?