I have some classes, namely class:departments which is a parent of class:users. I know I want to create, edit and delete users, but into what class to I put these methods?
My thinking is to put them all into class:users. But when I go to create a user, the user doesn't exist until after I have created it.
Does there need to be an 'object' in existance for me to use a method?