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
How many parameters can a method have c#?
What is literal control
Why singleton pattern is used in c#?
What is use of list in c#?
Can destructors have access modifiers?
What are the fundamental principles of oo programming?
What is the data type for bit in c#?
Explain nullable types in c#?
What is the difference between c and c# programming?
How can I access the registry from c# code?
What are the types of class in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What are value types in c#?
What can be done with c#?
Why delegates are required?