what are the differences b/w structure and class?
Answer Posted / jones
***class can have constructor, but structure cant have
constructor.***
***class can have garbage collector, but structure cant
have garbage collector***
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is remote data?
What is msil, and why should developers need an appreciation of it if at all?
Can we set image Source dynamically using C# in WPF application?
What is the components of window?
What is xml comments in c#?
What is the difference between yield and return?
What is c# entity framework?
What are custom attributes in c#?
What is writeline in c#?
What is default access specifier for class in c#?
Explain about Threading Types.
What is an event in c#?
What is enumerable in c#?
What is difference between assembly and namespace?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?