Re: Entity and Identity

From: none <rp_at_raampje.>
Date: 24 Jul 2009 22:14:10 GMT
Message-ID: <4a6a3232$0$18265$703f8584_at_news.kpn.nl>


Walter Mitty wrote:

>What I'd like to see is a way that an OO programming language could work
>with data defined according to a relational schema. The big problem seems
>to be that OO doesn't have a good way of describing sets of objects in such
>a way that an operation on the set can be resolved down to a series of
>operations on the elements.

Some stupid OO languages didn't make this easy. But that has changed. Iterators/enumerators and generics are the standard way of working with collection now in C++, Java, C#. They're going further and further. Take a look at LINQ.

-- 
Reinier
Received on Sat Jul 25 2009 - 00:14:10 CEST

Original text of this message