Whats the difference between Struct and class in C#?

Submitted by: Administrator
Structs cannot be inherited.
Structs are passed by value, not by reference.
Struct is stored on the stack, not the heap.
Explain encapsulation.
The implementation is hidden, the interface is exposed.
Submitted by: Administrator

Read Online ASP Programming Job Interview Questions And Answers