What's the difference between struct and class in .NET?

前端 未结 19 1632
一向
一向 2020-11-22 01:51

What\'s the difference between struct and class in .NET?

19条回答
  •  日久生厌
    2020-11-22 02:09

    I ♥ visualizations, and here I've created a one to show the basic differences between structs and classes.


    For more information look below:

    • Classes and structs (official documentation).
    • Choosing Between Class and Struct (official documentation).

提交回复
热议问题