Class vs struct Posted Jul 20, 2022 Updated Feb 5, 2025 By Kosarev Dmitry 1 min readstruct doesn’t provide inheritance and poliformism;the struct is copied slowly because it is required to copy the value, reference type copy only reference 64 bits on x64 OS; dotnet This post is licensed under CC BY 4.0 by the author. Share