CC#•Created by Yazed0071 on 10/12/2023 in #help ✅ What's the difference between Public and Private? and why would someone use it?
public : can read and change the value
private : can't read nor change
public with { get; private set; } at the end : read but not change?