Answer Posted / ankita
Structures are not inheritable by classes b'coz a structure
is used to create our own data types (user defined data types).
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
How do partial classes work in c#?
How does insertion sort work?
What is different between Boxing and Unboxing?
What is use of private class in c#?
Write one code example for compile time binding and one for run time binding? What is early/late binding?
What is the benefit of delegate in c#?
What is default value of enum c#?
What happens if the inherited interfaces have conflicting method names?
What is difference between assembly and namespace?
Is var a data type?
What is using directive in c#?
How do you sort an array in c#?
What is system predicate?
Why delegates are safe in c#?