|
|
|
|
|
by guelo
3029 days ago
|
|
For the simple case yes. But if you want several classes cooperating, maybe helpers or related data classes, your options are assemblies or like you said to shove everything into one giant class. You have less flexibility of separating things out. |
|