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
Why linq is having select clause at the end?
What are the different types of constructors?
Why do we use classes?
Why do we need encapsulation in c#?
How can we sort the elements of the array in descending order?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
What is extension method in c# and how to use them?
What is a statement c#?
How long does it take to learn c# programming?
Why do we use parameters in c#?
What is a protected class in c#?
Why do we use interfaces in c#?
What is iqueryable in c#?
What is int tryparse in c#?