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
Can arraylist store different data types in c#?
What does void do in c#?
What are expressions c#?
What is using in c#?
What is garbage collection? How to force garbage collector to run?
Does c# have primitives?
Where is the keyword void used?
How do you access a constant field declared in a class?
Is c# an array?
In howmany ways can you deploy an assembly?
Which property of the textbox cannot be changed at runtime?
Explain the types of Polymorphism.
Explain About ADO and its objects
How does a while loop work?
What is new method in c#?