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
What is a console in c#?
Define constructors
What is a console operator?
What is the meaning of MSIL?
What is lazy t?
What is difference between iqueryable and ienumerable in c#?
Why objects are stored in heap in c#?
I want to print "Hello" even before main() is executed. How will you achieve that?
What are the different types of delegates?
Is there a way to force garbage collection?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What is uint c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
What is view model in c#?
What is lazy loading c#?