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 is a static class in c#?
What is a static property. Give an example?
Why delegates are type safe?
Can dictionary have duplicate keys c#?
Tell us something about static linking and dynamic linking?
Can firstordefault return null?
What is array and types of array in c#?
What is interface c#?
What are the Types of values mode can hold session state in web.config
How do you declare an interface in c#?
What is assembly c#?
Is stringbuilder better than string?
What kind of the information stored inside the assembly?
What are the types of comments in c#?
Please explain value types and reference types used in c#?