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 / rafi
it is not possible to implement interface to structure
Is This Answer Correct ? | 13 Yes | 20 No |
Post New Answer View All Answers
can you allow a class to be inherited, but prevent the method from being over-ridden?
What is extension method in c# and how to use them?
What is IL / CIL / MSIL?
Why do we use inheritance in c#?
Explain nullable types in c#?
how encapsulation is implemented in c#
Can you declare a class or a struct as constant?
What are nested classes in c#?
What is exe file in c#?
How do I create a new form in c#?
What does addressof operator do in background ?
What is difference between field and property in c#?
What is the meaning of 0 in c#?
What does m mean in decimal c#?
What do you mean by delegates and explain different types of delegates?