What are the differences between a class and a struct?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is private static in c#?

0 Answers  


Why do we need ienumerable in c#?

0 Answers  


Why do we need abstraction in c#?

0 Answers  


What is the state of Garbage Collection after dispose() call info C# code?

4 Answers  


Can struct have constructor c#?

0 Answers  






We cannot create instances of static classes. Can we have constructors for static classes?

0 Answers  


How does the lifecycle of Windows services differ from Standard EXE?

0 Answers   Siebel Systems,


What is data binding with example?

0 Answers  


how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.

1 Answers  


Is concurrent queue thread safe?

0 Answers  


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


How to find type of variable?

0 Answers   HCL,


Categories