What is the best way to organize object oriented code?
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-06-18T01:46:31Z
Indexed on
2010/06/18
1:53 UTC
Read the original article
Hit count: 244
I haven't coded in java for a long time, and after coding in C, I'm having issued organizing my code for OOP. More specifically I'm not sure when to create a new method, and when to create a new class, and when to just lump everything together.
Are there some general rules or guidelines on how it should be done?
© Stack Overflow or respective owner