SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
An object is selected for modeling a system provided ____
A
Its attributes are invariant during operation of the system
B
It has numerous attributes
C
Its attributes change during operation of the system
D
It has no attributes relevant to the system
Explanation: 

Detailed explanation-1: -Explanation: An object has state, exhibits some well defined behavior, and has a unique identity.

Detailed explanation-2: -The object model encompasses the principles of abstraction, encapsulation, modularity, hierarchy, typing, concurrency, and persistence. By themselves, none of these principles are new. What is important about the object model is that these elements are brought together in a synergistic way.

There is 1 question to complete.