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
What is the different types of private assembly and shared assembly?
Can fields inside a class be virtual?
What is string concatenation?
What is the resgen.exe tool used for?
What is parallel foreach in c#?
What are verbatim strings in c#?
Why is c# a good programming language?
What does addressof operator do in background ?
What is session management in c#?
Define sealed classes in c#?
Explain the difference between a sub and a function in c#.
What is the difference between inheritance and abstract class?
explain the three services model commonly know as a three-tier application.
How can an inner class access the members of outer class?
What is the difference between icomparer and icomparable in c#?