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
How do I know if executenonquery is successful c#?
What is difference between string and string builder?
How does a while loop work?
Can we create instance of private class in c#?
What is the main purpose of delegates in c#?
Which are the access modifiers available in c#?
Explain About friend and Protected friend
When Should You Call The Garbage Collector In .net?
Can we override constructor in c#?
Can int be null c#?
What is entity framework in c#?
What is a float?
Can private virtual methods be overridden in c#.net?
what is the difference between the debug class and trace class?
What does private void mean in c#?