what is the difference between class and structures?
Answers were Sorted based on User's Feedback
Answer / rakesh
in .net for stuctures u can also have functions.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / vandana joshi
class can have methods and variables whereas struct can
have only variables.
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain boxing and unboxing in .net.
How can I find out what the garbage collector is doing?
How Can Registry Editor in .NET?
What base class do all Web Forms inherit from?
How different are interface and abstract class in .Net?
Difference between value type & reference types ?
What is the model role in Mvc architecture?
in hibernate, what is dirty reading?
How does linq work?
Tell us the differences between an interface and an abstract class in .net?
Write code for fetch record nos 15 to 25 from a dataset containing 50 records?
Explain the difference between static page and dynamic page?