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
What are the advantages of using delegates in c#?
How do you convert byte array to hexadecimal string, and vice versa?
Who benefits from ajax?
Why do we use dictionary in c#?
What is a Command Object in C#?
How to assign Null value to Var?
What is primitive types in c#?
What is remote data?
Why delegates are type safe?
Can an int be negative c#?
What is connection pooling in ado.net?
Can abstract class have constructor?
What is console writeline in c#?
What is the difference between dynamic type variables and object type variables in c#?
what is the difference between convert.tostring() and tostring() functions ?