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's the difference between an integer and int?
What is ildasm.exe used for?
What is difference between web and window application?
What is a event in c#?
What is use of abstract class in c#?
What is icollection in c#?
how to stored and retrive video in Sql server using asp.net c#......?
Does c# support multiple inheritance (mi)?
What is dto c#?
What is the main method in c#?
Are multiple data types stored in System.Array?
What is boxing & unboxing?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
Are c# strings null terminated?
Why do we use delegates?