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 are regular expressions? Search a string using regular expressions?
What is the difference between parse and tryparse in c#?
What is thread life cycle in c#?
What is difference between code access and role based security?
How many classes are there in classification?
What is the different types of private assembly and shared assembly?
What is difference between tostring() vs convert.tostring() vs (string) cast
How can I use .NET components from COM programs?
How do you declare an arraylist?
What is stringwriter c#?
Are arrays immutable c#?
Is for loop faster than foreach?
What is sqlcommandbuilder c#?
What are the two kinds of properties in c#.
What is system console writeline in c#?