Can you inherit multiple interfaces?
Answer Posted / t.prabu
S
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is it possible to have different access modifiers on the get/set methods of a property in c#?
What are value types in c#?
What is lazy class in c#?
What do you mean by winforms in c#?
What is routing in c#?
Explain how to implement an object pool in c#.net
What is whitespace in c#?
What is parse method in c#?
What is the difference between constant and readonly in c#?
Why are dynamic link library used over static one?
How do I make a dll in c#?
What's your approach to fetch static data in your windows form application?
What do u mean by delegation of authority?
What does assert() do in c#?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?