Can a structure inherit a class.
Answers were Sorted based on User's Feedback
Answer / a b
A structure cannot inherit from a class but it can
implement an interface.
Is This Answer Correct ? | 14 Yes | 1 No |
Why is it a bad idea to throw your own exceptions?
What is exe in c#?
Is hashset serializable c#?
How to Show Message box in Metro Style App?
What is the advantage of singleton class?
What is ienumerable and iqueryable?
Is list ienumerable c#?
I have 3 overloaded constructors in my class. In order to avoid making instance of the class do I need to make all constructors to private?
Why do we use partial class in c#?
What are the advantages of interface in c#?
Is c# dictionary a hash table?
How do you generate documentation from the C# file commented properly with a command-line compiler?