what are the differences b/w structure and class?
Answer Posted / rajesh
the only main difference b/w structure and class is by
default all members of structure are "public" where as for
the class they are "private",other wise structure is same
as class.All these answers have no sense
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Can you use foreach iteration on arrays in c#?
What is difference between ienumerable and ienumerator in c#?
Explain how can I get around scope problems in a try/catch?
How do you serialize an object?
What is a protected class in c#?
Explain about multithreading?
Why do we need to call CG.SupressFinalize?
What are the two uses of a ‘using’ statement in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Why are c# strings immutable?
Which is faster iqueryable or ienumerable?
Name some properties of thread class.
Differentiate between dataset and datareader?
Why are local variables stored in stack?
What is method and function in c#?