| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: The wisdom of the object mentors (Was: Searching OO Associations with RDBMS Persistence Models)
On 2 Jun 2006 10:51:43 -0700, erk wrote:
> David Cressey wrote:
>> I thought the diffence between a "domain" and a "type" was precisely that >> types include operators while domains do not.
Well, obviously functions aren't included into types, there is an n-n relation between them. The desire to bind to one class has a technical reason: multiple dispatch is difficult to implement. The distinction between operators and function is much splitting hairs to me. The only relevant issue is whether the function is polymorphic in the given argument or result (=dispatching in it). Java allows only the first argument be dispatching. It is a limitation of Java.
-- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.deReceived on Fri Jun 02 2006 - 14:07:11 CDT
![]() |
![]() |