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 / mangesh
Yes!! It is definately possible to implement interface to
structure.
struct structure_name: interface_name
{}
Structure cannot be extended.
Class cannot be inherited to structure
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Can main method be final?
Why is static constructor called first?
What is master page in asp net c#?
What are the benefits of using windows services:
What is difference between mutable and immutable in c#?
What is mean by c#?
How do I move from one form to another in c#?
What is strongly typed view?
What is dynamic dispatch?
What is function and method in c#?
Do events have return type c#?
What does console writeline do?
What are the differences between value types and reference types?
Differentiate between object pooling and connection pooling in c#?
What do you mean by jagged array?