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
What are actions in c#?
What is the difference between and xml documentation tag?
Is stringbuilder better than string?
Explain the feature of c# language?
How can you use abstract class and interface?
What is data binding c#?
Is c# code is unmanaged or managed code?
How do you access a constant field declared in a class?
What are reflections in c#?
How do you prevent a class from being inherited?
What is call back method?
Can a sealed class be used as a base class?
What is the meaning of extention?
What is the difference between throw and throw ex?
What is task parallel library?