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
Explain how obfuscator works in .net
Is static thread safe?
What are the three types of predicates?
What is func c#?
What do you mean by streamreader/streamwriter class in c#?
What is uint16?
Can we have only “try” block without “catch” block in c#?
What are bitwise logical operators?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What happens if a static constructor throws an exception?
Is null or empty in c#?
Are c# destructors the same as c++ destructors?
What is meaning of type safety in c#?
What is the data type for bit in c#?
Can a static class contain non static members?