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
Explain different properties of object oriented systems.
Is null or empty in c#?
Why is xml called extensible?
What is the difference between do and while loop?
How can we make a thread sleep for infinite period ?
Can derived classes have greater accessibility than their base types?
How is exception handling implemented in c#?
How can we set class to be inherited, but prevent the method from being over-ridden?
What is the use of constructor in c# with example?
Give examples for value types?
How can I create image pieces/sub image?
What is a hashset c#?
What is ienumerable and iqueryable?
How do you determine whether a string represents a numeric value?
What is namespace c#?