75.6k views
4 votes
You should not define a class field that is dependent upon the values of other class fields: Group of answer choices In order to avoid having stale data. Because it is redundant. Because it should be defined in another class. In order to keep it current.

User Judereid
by
7.2k points

1 Answer

0 votes

Answer:

The answer is "In order to avoid having stale data".

Step-by-step explanation:

In this question, only the above-given choice is correct because follows the class-object concept, and the wrong choices can be defined as follows:

  • In this question, the second and third choices are wrong because its class field data value is not redundant, it should not define in another class.
  • The third choice is also wrong because it can't define the class field to keep it current.
User Pookie
by
6.9k points