Hi,

if i am working on bug tracking system for example where technical support agents log (or create) new bugs in the system.

In this situation, I guess we ll have an employee (or supportAgent class) and a bug class.

So where should I put the method: createNewBug

in the supportAgent class or in the Bug class or both

Pls let me know if my question doesn t make sense.



Thank you