Object Vs Model - 0 views
-
Data Hiding simply doesn't make sense with regards to a reflective system where the data must regularly be updated by observers of reality (i.e. by one or more actors) and where the data inherently comes from the outside. This is, perhaps, one source of ObjectRelationalImpedenceMismatch?. Relational is designed for modeling data that came from an outside world whilst object-oriented is designed to... well... create and manipulate objects
-
David Corking on 11 Jun 09why data hiding makes no sense in some programs
-
-
You can make them work together until you try to add virtualization - abstract objects for which the associated data isn't known.