Answer Posted / muhammad zohaib brohi
interface are not class... they are like class .. interface contain functions and variables which describe a group of related functionalities.... interface contains of incomplete functions.... we use interface to achieve multiple inheritance ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you pass value types by reference to a method?
What is difference between ienumerable and ienumerator in c#?
What is xml document how do you open it?
Why we use delegates in c#?
What is deferred execution in c#?
What is lazy loading c#?
Why do we overload constructors?
What is generic collection in c#?
What is datareader c#?
What is an enumerator c#?
How can I access the registry from c# code?
what is IEquatable
What is the benefit of dependency injection c#?
What does using do in c#?
What is difference between ilist and list?