What is the difference between struct and class in c#?
Answer Posted / hr@tgksolutions.com
• 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 do you mean by a windows process in regards to memory allocation?
Where do we set the min and max pool size for connection pooling?
What is the use of generics in c#?
Which namespace is required to implement trace ?
What is difference between array and collection?
Explain “static” keyword in c#?
What are the different states of a thread?
Why do we use interface in c#?
What is the use of tryparse in c#?
What are PE(Portable Executable)?
What is helper method in c#?
Is a decimal an integer?
What are accessors?
Is c# and .net same?
What is int16?