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
What are indexers in c# .net?
Is c# an open source language?
Can abstract class instantiated c#?
What is unmannaged code and will CLR handle this kind of code or not .
How do you define a predicate?
What is a deadlock lock?
What are native methods?
What is difference between tostring() vs convert.tostring() vs (string) cast
What is difference between override and new in c#?
What are variables in c#?
Can you use all access modifiers for all types?
How many constructor can a class have?
What is difference between ienumerable and list?
What is a delegate? Explain.
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used