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 is a delegate in c#?
How do destructors and garbage collection work in c#?
What benefit do you get from using a primary interop assembly (pia)?
Is a char?
Is java better than c sharp?
Explain the Abstract class in c#.net
How big is int16?
Explain concurrency with aop?
List down the commonly used types of exceptions in .net
What is boxing in c#?
What is the purpose of a console table?
Explain the Usage of web.config
How many types of constructor are there in c#?
Are attributes inherited c#?
What is list collection in c#?