InterviewSolution
Saved Bookmarks
| 1. |
_________________ allows us to infer that different members of classes have some common characteristics.(a) Realization(b) Aggregation(c) Generalization(d) dependencyThis question was posed to me in an online interview.This question is from System Modelling in division Software Modelling of Software Engineering |
|
Answer» CORRECT option is (c) Generalization Easy EXPLANATION: Generalization is an everyday technique that we use to manage complexity.This MEANS that common information will be MAINTAINED in one PLACE only. |
|