What is the difference between struct and class in c#?
Answer Posted / nashiinformaticssolutions
• struct: Members are public by default.
• class: Members are private by default.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi to all..I have to create an intranet application on C#.NET windows Application so please please let can you people help me as iam new in .NET and if u have any samples or website address from where i can get sample please let know.
What is difference between property and variable in c#?
What is public or shared assemblies ?
What is the difference between abstract and virtual?
what are the contents of an assembly ?
What is a singleton unity?
Are c# strings immutable?
In which way a two-dimensional array declared in C#?
What is winforms c#?
What is the difference between out and ref in c#?
What does char mean in c#?
Can we inherit a private class in c#?
Explain how do I get deterministic finalization in c#?
What is the process of Serialization?
Explain how do you directly call a native function exported from a dll?