✔ 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?
Was this page helpful?