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 / sushil badyal
yes, We can implement interface in structure.
We can't extend structure also we can't inherit a class to
struct.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is c# substring zero based?
Structs are not reference types. Can structs have constructors?
What is the full form of GAC? Explain its uses?
What do you mean by sealed classes and static classes?
To whom a method is accesssed if it is marked as protected internal ?
What do you mean by the delegate in c#?
Is ram a heap?
How does one compare strings in c#?
Can you create an instance of a static class?
What is datetime parse in c#?
What is anonymous types in c#?
What is difference between an Structure and Class?
What is asax file in c#?
Is namespace a class?
Does a loop recorder have to be removed?