Naimish Makwana

Naimish Makwana

  • 146
  • 12k
  • 133.1k

When We should use record type instead of Class in c#?

Jan 12 2023 3:37 PM

As I know record type can be immutable(cannot be changed once object is created) reference type. 

So what are different prectical scenarios where record type uses is more relevant and appropriate instead of Class?


Answers (5)