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 int32 maxvalue?
What is a property in c#?
What do you mean by stack and heap in c#?
What is the purpose of ienumerable in c#?
Which of the following API is used to hide a window?
What is difference between yielding and sleeping?
How do you implement thread synchronization in c#?
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
How does dictionary work in c#?
What is delegate in c#?
What is remote data?
Difference between debug.write and trace.write?
What is literal control
Can struct have constructor c#?
What is marshalling in c#?