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 you sort an array in c#?
What is default constructor in c#?
What is the difference between array and arraylist c#?
What is default boolean value in c#?
How does foreach loop work in c#?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is the use of convert toint32 in c#?
How can encapsulation be achieved?
List the difference between the virtual method and the abstract method?
Which programming language is best for desktop applications?
What is a .aspx file?
What is null character in string?
Why we use dll in c#?
What is a nullreferenceexception?
What is the difference between values and reference types?