SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Mention all the guidelines to define conceptual subclasses
A
The subclass has additional attributes of interest
B
The subclass concept represents an animate thing that behaves differently than the superclass or other subclasses
C
The subclass does not have additional associations of interest
D
The subclass concept is operated same as the superclass
Explanation: 

Detailed explanation-1: -Adapter pattern works as a bridge between two incompatible interfaces.

Detailed explanation-2: -Aggregation is a weak type of association between two classes with partial ownership. All other statement are incorrect. So, option (C) is correct.

There is 1 question to complete.