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 is cshtml?
What is writeline?
Name the control which cannot be placed in mdi?
What is difference between continue and break in c#?
Explain more on CLR
What is ildasm.exe used for?
What is sqlcommandbuilder c#?
What is the file extension for c#?
What is difference between a type and class?
What is main thread in c#?
what is collections in .net? why we use?
What are the types of class in c#?
What's the implicit name of the parameter that gets passed into the set method/property of a class?
What is the difference between abstract and abstraction?
what is the default access for a class