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
How does insertion sort work?
What are the advantages of constructor?
What is the difference between array and arraylist c#?
What is the difference between internal and protected in c#?
How long will it take to learn c sharp?
What is difference between array and list in c#?
Explain About stateless and state full web service
What is difference between singleordefault and firstordefault?
What is null propagation c#?
Define mutex in C#?
What is the value which is accepted by all data types ?
What is wpf c#?
What’s thread.sleep() in threading ?
State two different types of access modifiers.
What does out mean c#?