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 the full form of GAC? Explain its uses?
How do I port "synchronized" functions from visual j++ to c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is multithreading? What are the problems that comes with multithreading and how to manage them?
What is trim in c#?
What is the difference between ienumerable and iqueryable?
What is toint32 c#?
What is use of FormBoarderStyle Propertie
What are events in C#?
Explain boxing and unboxing in c#?
How do you serialize in c#?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
Where is the keyword void used?
How do I create a multilanguage, single-file assembly?
What are the types of access modifiers?