CC#•Created by Graphics in 2013 on 9/16/2023 in #help ✔ Simple code structure question
Let's say I have interface "IShapes" in file Shapes.cs
Now, I'd like to create 3 more classes. Circle, square, and triangle.
Should I create 3 more files for each class
or rather put them all under the Shapes.cs file?