What is the difference between struct and class in c#?
Answer Posted / glibwaresoftsolutions
• 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
What are types in c#?
How does the lifecycle of Windows services differ from Standard EXE?
How to assign Null value to Var?
What is use of abstract class in c#?
Why do we use dataset in c#?
What are the delegates in c#?
What are the ways in which client can create object on server in cao model?
What is the use of tuple in c#?
What is c# in asp net?
What does void do in unity?
What are primitive types in c#?
When is a class declared as a class abstract?
Is string primitive?
Can we customize the serialization process?
What is remote data?