Content deleted Content added
m Dating maintenance tags: {{Disputed inline}} |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 17:
==== Interface, class, inheritance and polymorphism ====
Objects must implement [[Interface (computer science)|interfaces]] to not expose internals. Relational uses [[View (database)|views]] to vary perspectives and constraints. It lacks OO concepts like [[class (computer science)|classes]], [[Inheritance (object-oriented programming)|inheritance]] and [[polymorphism (computer science)|polymorphism]].
==== Mapping to relational concepts ====
Line 44:
# ''NoSQL''. The mismatch is not between OO and DBMSes. Object-relational impedance mismatch is eponymously only between OO and '''R'''DBMSes. Alternatives like [[NoSQL]] or [[XML database]]s avoid this.
# ''Functional-relational mapping''
=== Minimization in OO ===
|