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 enum in c#?
What are the benefits of using generics in c#?
What is difference between === and ==?
What is a derived class in c#?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
What is arraylist class in c#?
What does readonly mean in c#?
What is an expression in c#?
What is method and function in c#?
What is a lambda expression in c#?
How do I develop c# apps?
Is string a class in c#?
What are the basics of c#?
What is serialization of data?
What are anonymous functions in c#?