137k views
0 votes
An example of a logical level compromise would be:

1) Materialization of Tasks as Event Classes
2) Combined Class Key Posting
3) Consolidation of Conceptually Congruent Classes
4) Event activity Roll-Up

1 Answer

2 votes

Final answer:

A logical level compromise in computer programming involves 3) consolidating conceptually congruent classes to simplify design and reduce redundancy in the system. Hence, option 3) is correct.

Step-by-step explanation:

An example of a logical level compromise would be the consolidation of conceptually congruent classes. This means combining classes that have similar concepts or functionalities into a single class. By doing this, it simplifies the design and reduces redundancy in the system.

For example, imagine a software system that has separate classes for handling different types of events, such as mouse events, keyboard events, and touch events. Instead of having separate classes for each type of event, a logical level compromise could be to consolidate all event classes into a single class that handles all types of events. This would make the system more efficient and easier to maintain.

User Mod
by
7.2k points