WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR
MULTIPLE INHERITANCE)
Answer Posted / guest
when classes follow same signature, then use interface.
Interfaces describes peripheral activities of objects.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is multithreading with .net?
What floating point types is supported in C#?
What is difference between override and new in c#?
What are generations and how are they used by the garbage collector?
who is a protected class-level variable available to?
What do you mean by delegates and explain different types of delegates?
What is the class in c#?
Is it not possible to store a boolean value as a variable?
What is difference between ienumerable and list in c#?
What is difference between method and function in c#?
Can you have an array of arrays?
What is the purpose of a namespace?
What is the difference between field and variable in c#?
What is the difference between static class and singleton class in c#?
What is stringreader in c#?