InterviewSolution
Saved Bookmarks
| 1. |
What is generalization? |
|
Answer» Generalization is the process of taking the union of two or more lower level entity sets to produce a higher-level entity sets. Generalization is a bottom-up approach. For example,entities savings account and a current account can be generalized to accounts. |
|