What is the difference between struct and class in c#?
Answer Posted / glibwaresoftsolutions
• 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 windows forms in c#?
What is null propagation c#?
What happens if the inherited interfaces have conflicting method names?
What is the resgen.exe tool used for?
What are static and dynamic variables?
Can we call server-side code (c# or vb.net code) from javascript?
Can we store different data types in arraylist in c#?
Write a sample code to write the contents to text file in c#?
What is state c#?
What is concrete class in c# with example?
What do you understand by an Implicit Variable?
What is escape character in c#?
What is difference between value and reference types in C#.NET
What do you understand by 'access specifiers' in C#?
Can a class or a struct have multiple constructors?