Rangoli
What is the difference between a struct and a class in C#?
By Rangoli in ASP.NET on Nov 28 2006
  • manikanta
    Nov, 2006 29

    1.struct is value type and while class is reference type. 2.structs are stored in stack while classs is in heap. 3.struct can't inherite from other struct while class can.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS