Re: OO question

2007-01-01 Thread fejkadress
First I want to say thanks everyone for helping me! John Machin wrote: > [EMAIL PROTECTED] wrote: > > I want to make an addressbook and I'm new to OO programming, so I > > wonder if this sounds reasonable. > > > > I think of making a class Address which contains all data about one > > person, tha

OO question

2006-12-31 Thread fejkadress
I want to make an addressbook and I'm new to OO programming, so I wonder if this sounds reasonable. I think of making a class Address which contains all data about one person, that class can have UserDict as baseclass so I can access data like object['name'], etc.. Then maybe I can have a class Ad