| 1. |
What Kinds Of Changes Are Difficult For An Object-oriented System To Handle? |
|
Answer» Managing changes to an OBJECT’s identify is the most significant disadvantage of an object-oriented system. If an identify of an object changes, then all other objects that USE that identify must be updated in order to reflect the change in just one object. MANAGEABILITY of VARIOUS objects becomes a major issue. Managing changes to an object’s identify is the most significant disadvantage of an object-oriented system. If an identify of an object changes, then all other objects that use that identify must be updated in order to reflect the change in just one object. Manageability of various objects becomes a major issue. |
|