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
What is polymorphism in c sharp?
What is eager loading in c#?
What are satellite assemblies?
What is thread life cycle in c#?
Explain the steps to create satellite assembly?
What is a nested type. Give an example?
Describe an interface class?
what class is underneath the sortedlist class?
What is difference between .net and c#?
What are console applications used for?
Is class reference type c#?
Which is faster abstract class or interface in c#?
Why hashtable is thread safe in c#?
How does dependency injection work c#?
Difference between debug.write and trace.write?