Answer Posted / ashish gupta
Interface is a contract so that any class which implement
dis interface must define all the methods which is declared
in interface.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain how to add controls dynamically to the form using c#.net.
Explain the steps to create satellite assembly?
Why do we need events in c#?
What is serialization and deserialization in c# with example?
Can bool be null c#?
How Global.asax is used ?
What is the difference between add and addrange in c#?
What is global namespace in c#?
What are the return types in c#?
What is difference between write and writeline?
Is struct object oriented?
Why do we need singleton pattern in c#?
What is thread pooling?
Why do we use void in c#?
Explain the role of Garbage collector and its generations?