what is the difference between class and structures?
Answer Posted / vandana joshi
class can have methods and variables whereas struct can
have only variables.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is .net capable of supporting multi-thread?
Name the classes that are introduced in the system.numerics namespace.
What do you mean by Code Access Security in .NET?
What are the new thee features of com+ services, which are not there in com (mts)?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What is interface and abstract class in .net?
How to load a user control dynamically in runtime?
Explain something about WebService?
What is the concept of inheritance in .net?
What is the purpose of IClonable interface in .NET?
What is a strong name in .net?
What exactly is being serialized when you perform serialization in .net?
How to convert a .NET object into COM operabililty?
Explain difference between panel and groupbox classes using .net?
What is the difference between response.redirect & server.transfer?