SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A relationship between two classes in the class model:
A
Inheritance between two classes
B
Allows interaction between two layers
C
Allows interaction between objects of two classes
D
Show dependencies between two classes
Explanation: 

Detailed explanation-1: -Class versus object A class is a template for objects. A class defines object properties including a valid range of values, and a default value. A class also describes object behavior. An object is a member or an “instance” of a class.

Detailed explanation-2: -Basic aggregation An association with an aggregation relationship indicates that one class is a part of another class.

There is 1 question to complete.