From: Charles Calvert Date: 2010-08-24T05:50:07+09:00 Subject: Re: Class initialization On Mon, 23 Aug 2010 09:30:11 -0500, Abder-Rahman Ali wrote in : [snip] >asically, what's happening here is that there's a default instance of >to_s [...] Nitpick: "default instance" isn't the correct phrase to use. You mean "inherited to_s method" or "inherited implementation of to_s". "Instance" generally refers to an instance of a class created during the running of a program. I find that using precise language helps to avoid misunderstanding, particularly in a text-only medium such as Usenet/email/web fora. That requires knowing the correct language, hence my (hopefully helpful) nitpicking. :) -- Charles Calvert Moderator - alt.computer.consultants.moderated Submission Address: accm@celticwolf.net Contact Address: accm_mod@celticwolf.net