Re: Mixing OO and DB

From: Bob Badour <bbadour_at_pei.sympatico.ca>
Date: Tue, 12 Feb 2008 12:42:40 -0400
Message-ID: <47b1cc82$0$4033$9a566e8b_at_news.aliant.net>


Stefan Ram wrote:

> Patrick May <pjm_at_spe.com> writes:
> 

>>Thread someThread = new SomeThreadImplementation();
>>someThread.run();

Which is semantically equal to run(someThread)

>>Unless you're considering the name of the class and/or the name of the
>>method to be data, the message is solely about behavior.

The value of the variable, someThread, is data.

[snip] Received on Tue Feb 12 2008 - 17:42:40 CET

Original text of this message