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
How do I simulate optional parameters to com calls?
What is parallel foreach c#?
Explain About delegates
Define constructor in c#.
What is difference between string and stringbuilder in c#?
What is the default value of decimal in c#?
How can it prevents DLL Hell assembly versioning in .NET?
What is the use of main method in c#?
How to prevent the error while updating ui control from another thread?
How long can a string be c#?
What is xpath in c#?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Expalin the way you implement inheritance by using VB.NET/C#?
How do you convert byte array to hexadecimal string, and vice versa?
What is difference between c and c sharp?