Answer Posted / lakshman
interface is a collection of abstract members i.e semi implementation block..interface is used to implement the of multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between static, public and void in c#?
Explain the types of errors in c#?
What is use of hashtable in c#?
What are the different types of constructors in c#?
Why do we use constructors in c#?
Are arraylist faster or arrays?
Define mutex in C#?
What is the difference between “constant” and “readonly” variables in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?
Define c# and list the features.
What is the difference between inheritance and abstract class?
Is it possible to have different access modifiers on the get/set methods of a property?
Overloaded constructor will call default constructor internally?
Can a dictionary have duplicate keys c#?
What do you mean by shared assembly?