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 / mukesh kumar
it is not possible to implement interface to structure as
interface does not support inheritance and structure ia
also value type.
| Is This Answer Correct ? | 3 Yes | 21 No |
Post New Answer View All Answers
How do I link two windows forms in c#?
What is xml document how do you open it?
What are the 3 elements of delegation?
What is binding in c#?
What is the difference between c and c sharp?
Does unity require coding?
What is desktop GUI application?
What are the Types of caching
What does console readline do?
What are the fundamental oop concepts?
What is type cast in C#?
What are the types of comments in c#?
What is check/uncheck?
Why abstract class can not be instantiated?
Can we assign null value to integer?