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 / niraj sankar
yes!! a class or structure can implement from an interface
in C#.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
What is anonymous methods in c#?
How do I create a .exe file?
Why delegates are type safe in c#?
Can we inherit abstract class in c#?
What is difference between .net and c#?
How can you read 3rd line from a text file?
How to find methods of a assembly file (not using ILDASM)?
What is a dictionary in c#?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Why do we use methods in c#?
What problem does Delegate Solve?
How to add controls dynamically to the form using c#.net.
How to use reflection to call generic method?
Illustrate the process of code compilation in c#?
How can you use abstract class and interface?