Answer Posted / ajay
structure are not inherited.Because structure are valutype
and class is reference type.
Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
How can I get around scope problems in a try/catch?
Is list passed by reference c#?
what is a structure in c#
What types of object can I throw as exceptions?
What is system predicate?
What is the default scope of a class in c#?
What are generic types?
How many parameters can a method have c#?
What do you mean by for each loop?
What is windows form in c#?
What's the difference between a static method and a non static method c#?
How to create multi-dimensional array?
Is datetime a value type in c#?
Can I use ReaderWriterLock instead of Monitor.Enter/Exit for Threading?