What is entity and attribute describe with example?
Answers
Answered by
0
Answer:
Python is an “object-oriented programming language.” This means that almost all the code is implemented using a special construct called classes. Programmers use classes to keep related things together. This is done using the keyword “class,” which is a grouping of object-oriented constructs.
Answered by
0
(1) Attribute .A characteristics or trait of an entity type which describes entity , for example , the person entity type has the date of attribute .
(2) Entity .An entity is any object in the system that we want to model and store information . for example , student , lecturer , employee etc .
Similar questions