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
Why do we use ienumerable in c#?
What is an xsd file?
Enlist the different types of classes in c#?
What is a datacontract?
What is overloading with example?
What is hashset c#?
What does xpath return?
What do you mean by expression tree?
What is static and use of it?
What is the difference between ienumerable and enumerable?
Suppose two interfaces have same method, so how will you implement these methods in derive class?
How to use delegates with events?
List some Advantages of switch-case over if else?
Is array reference type in c#?
Can an interface extend a class c#?