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 .dbml file?
What is Dependency of Injection?
What is lazy loading entity framework?
Tell us something about static linking and dynamic linking?
What is the use of generics in c#?
What is the process of Serialization?
What is a custom attribute?
What are the applications of c#?
What is a console in c#?
Does unity use c++ or c#?
Why does dllimport not work for me?
Is .net and c# the same?
How can encapsulation be achieved?
What is scope c#?
What are actions in c#?