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 difference between array and list?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is a dictionary in c#?
What is a dll in c#?
What is the difference between Singleton design pattern and Factory design pattern?
How big is a 64 bit integer?
Can we have only “try” block without “catch” block in c#?
What is data annotation in c#?
What is default method in c#?
What is c-sharp (c#)?
Is c# dictionary a hash table?
What is using keyword?
Can struct be static in c#?
What is writeline?
Is c# front end or back end?