Entity as an object

Discipline

Databases

Form

Database Analogies

Attribution — Origin / Source

Collected by Giovanna Guerrini — Textbook Garcia-Molina, H., Ullman, J. D., & Widom, J. (2009). Database Systems: The Complete Book (2nd ed.). Prentice Hall Press, Upper Saddle River, NJ, USA.

Topic

Conceptual modeling

Domain

Computer Science (except DB)

Conceptual Advantage

Stresses the similarity with object oriented programming languages

Mapping

SymbolConcept
entity object
set of entities class

Draws Attention To

The fact that entities have common properties

Details

Text

An entity in some ways resembles an “object” in the sense of object-oriented programming, likeways an entity set resembles a class of objects.

There is a significant resemblance between “isa” in the E/R model and subclasses in object-oriented languages

Comments or Feedback?

Do you have feedback on this notional machine? Did you find a mistake, or do you have a request for improvement? You can create an Issue on GitHub, where the description is hosted. This way we can see your feedback and address it.

For this, you need a GitHub account. Then follow this link to see the source file of this page. In there, click the ... left of the highlighted line, then pick "Reference in a new issue".

Create an Issue on GitHub