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 / jay
just as a sum up for people that might get confused since
some obviously wrong answers are marked as YES:
answers #4,#5 and #6 are correct, 1,2,3 are wrong.
| Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
How to Install uninstall assemblies into GAC?
Can arraylist store different data types in c#?
Can you inherit from multiple classes in c#?
What is the difference between early binding and late binding in c#?
What are circular references?
What is the default value of object in c#?
How to prevent the error while updating ui control from another thread?
Explain the difference between a namespace and assembly name in .net?
What is a method signature?
Explain about CTS?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Is type nullable c#?
Does c# support multilevel inheritance?
What is Wrapper class in dot net?
Is there an equivalent of exit() for quitting a c# .net application?