On 28 dec, 13:40, Bjoern Schliessmann <usenet-
[EMAIL PROTECTED]> wrote:
> Petar wrote:
> > What is the better way of doing this? And should a class always
> > reference only on 'item'?
>
> It fully depends on what you want to do in your program. If you just
> want to have a list of employees, a list or dict will suffice. If
> you need a full-fledged employee database, an "Employees" class may
> be a good API.
>
> Regards,
>
> Björn
>
> --
> BOFH excuse #83:
>
> Support staff hung over, send aspirin and come back LATER.

It's a pure hypothetical question about where to put the function for
the list of employees when already having a Employee class.

Do I make it a method of the class, or do i create a instance of the
class for every employee (sitting inside a list)?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to