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
Can a constructor be static in c#?
Why is dll used?
Is learning c# hard?
Differentiate between dataset and datareader?
In which format you can pass the value in the sleep function?
Explain namespaces in c#.
What are primitive data types in c#?
What is difference between a type and class?
Name the two classes are required for implementing a windows service?
What are the advantages of interface in c#?
What is difference between class and interface in c#?
Define a partial class?
What is sqladapter c#?
What is Garbage Collection in .Net?
What are native methods?