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
Is c# a keyword?
What are value types and reference types?
Why are local variables stored in stack?
How do I create a delegate/multicastdelegate?
Why reflection is used in c#?
Is a dll an assembly?
What are the differences between events and delegates in c#?
What is signature c#?
How do you declare an arraylist?
How do I create a multilanguage?
What is object pool in .net?
What is difference between override and new in c#?
What is the difference between protected and internal in c#?
Can you have parameters for static constructors?
What is a singleton unity?