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's your approach to fetch static data in your windows form application?
what is an event? Define delegate?
What are Memory foot print of an exe?
What are extension methods and where can we use them?
What is the purpose of the integer parse method the decimal parse method?
What is the difference between internal and private in c#?
How we convert private assembly into public assembly?
How do I open the console?
Overloaded constructor will call default constructor internally?
What is data type c#?
What is strong name in c# and how can we use it?
What is reflection in c#?
What is int32?
What is attribute c#?
Difference between abstract classes and interfaces