what are the differences b/w structure and class?
Answer Posted / sagu
In classes we can code functions which is not possible in
structures. In structures the number of members is
restricted to ten.whereas in c language we can use as many
members we required.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why is xml called extensible?
Are structs faster than classes?
Which class comes after the SortedList class?
What is datatable and dataset in c#?
Why do you need boxing in c#?
What are the steps for creating clr trigger
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
Why do we need events in c#?
Is type nullable c#?
what is IComparable
Why data types are important in c#?
Can we inherit class that contains only one private constructor?
What is private virtual in C#?
Why do we need constructors?
What is enum in c#?