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
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