Difference between an entity class and an entity instance?
-
-
Answer:
"An entity is a person, place, event, or thing about which data is collected...An instance is an occurence of an entity." - Systems Analysis & Design (4th) - Dennis An example of this would be STUDENT as the entity while JACK SMITH is an instance of that entity. If an entity is an individual "person, place, event, or thing about which data is collected", then an entity is an instance. Linguistically, entity is just another word for a single thing ("The existence of a thing as contrasted with its attributes.", Merriam-Webster's On-line Dictionary). Entities that have the same attributes are grouped in what are best called entity classes (it doesn't make sense to refer to a collection of entities as an entity). Entity and entity class are data modeling terms. The corresponding object modeling terms are object and class, albeit that a class typically has operations, which are foreign to an entity class.
wiki.answers.com Visit the source
Related Q & A:
- What is the difference between a static method and class method in Python?Best solution by pythoncentral.io
- Is it correct to extend a bean class and write a class which holds logic to populate the bean we extend?Best solution by stackoverflow.com
- How to use an object created in Main class with another created in another class?Best solution by stackoverflow.com
- Is it better to get a higher grade in a easier class or a mediocre/low grade in a hard class?Best solution by greatcollegeadvice.com
- Which is better, A in an easy class or B/C in a hard class?Best solution by monkeysee.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.