C# OOP File Structure?

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-05-10T17:37:01Z Indexed on 2010/05/10 17:44 UTC
Read the original article Hit count: 286

Filed under:
|
|
|
|

Hey SO,

I just started programming with objects recently and am trying to learn good habits early on.

The way I plan to structure my application is to have two files:

1: Program.cs - This file will contain the main logic for the application 2: Class.cs - This file will contain all of the class definitions

Pretty simple. What I'm wondering if I should have any more files for ... well, you tell me.

Any help would be appreciated.

© Stack Overflow or respective owner

Related posts about c#

Related posts about oop