What is the difference between a Struct and a Class?

Submitted by: Administrator
Structs are value-type variables and are thus saved on the stack, additional overhead but faster retrieval. Another difference is that structs cannot inherit.
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers