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


Please Help Members By Posting Answers For Below Questions

What is the full form of GAC? Explain its uses?

756


How do I port "synchronized" functions from visual j++ to c#?

658


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

792


What is multithreading? What are the problems that comes with multithreading and how to manage them?

742


What is trim in c#?

752


What is the difference between ienumerable and iqueryable?

639


What is toint32 c#?

811


What is use of FormBoarderStyle Propertie

693


What are events in C#?

721


Explain boxing and unboxing in c#?

684


How do you serialize in c#?

634


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?

667


Where is the keyword void used?

713


How do I create a multilanguage, single-file assembly?

690


What are the types of access modifiers?

662