Chapter 11 knowledge check
- Generalization and specialization are also known as:
a. Inheritance
b. Heritage
c. A co-modular relationship
d. Interdependence
- True or False: Associating entities across modules is not possible?
a. True
b. False
- What are two types of associations? (Choose two)
a. One-to-many
b. One-to-two
c. One-to-one
d. Many-to-none
- True or False: Choosing inheritance over one-to-one association is always the best and preferred method of linking to entities?
a. True
b. False
- True or False: A module must always contain at least one entity in the domain model?
a. True
b. False