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 / bablu
A struct type can implement an interface ya we can do that but the thing is we have to understand that struct is a value type and interface is a reference type data type so it is boxed.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is string null or empty?
Define delegation in .net?
How to properly clean up excel interop objects?
What are c# collections?
How do you type a null character?
What is private variable?
What's difference between constants and static readonly?
Explain About delegates
What are the 2 broad classifications of data types available in c#?
Is system a class in c#?
How does the clr work?
Why c# is called type safe language?
What is the difference between Singleton design pattern and Factory design pattern?
What is uint16?
What is data type c#?