Is it possible to implement an interface to a structure? Is
it possible to extend a struct? Is it possible to inherit a
class to struct?
Answer Posted / niraj sankar
yes!! a class or structure can implement from an interface
in C#.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
How do generics work in c#?
What is difference between arraylist and list in c#?
Is xml tags are case sensitive?
What is a nullreferenceexception and how do I fix it?
What is boolean conditions in c#?
What is ado c#?
Explain how to add controls dynamically to the form using c#.net.
Which property of the textbox cannot be changed at runtime?
How do you implement thread synchronization in c#?
Why abstract class can not be instantiated?
How is a string immutable?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
List some of the common data providers for ado.net framework?
Where static variables are stored?
Explain About namespaces