Just learning C# for the first time in the last few days, and I'm wondering, my tutorial says to make a class on a different cs file within the project's folder. I've seen its possible to have multiple classes on the same file, but what is best practice?
Thanks.