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
Explain dataset.acceptchanges method in .net?
Is c# difficult to learn?
What is system predicate?
What is the difference between the debug class and trace class? Documentation looks the same.
What is jagged array in c#?
Is static thread safe?
If you want to convert a base type to a derived type, what type of conversion do you use?
Does c# support multiple inheritance (mi)?
Explain about multithreading?
What is use of console?
What does executescalar return in c#?
Which is better interface or abstract class in c#?
Explain copy constructor?
What is difference between write and writeline in c#?
What is decimal in c#?