Multiple Choice
Which of the following is true regarding side effects of methods?
A) Modification of private instance variables should be restricted to primitive data types.
B) Modification of parameter varibles should never be allowed.
C) Side effects involving standard output should be limited to String data.
D) Minimize side effects that go beyond modification of private instance variables.
Correct Answer:

Verified
Correct Answer:
Verified
Q21: Consider the partial Date class below (method
Q22: Which class category has static methods and
Q23: Which type of method modifies the object
Q24: Which of the following is an example
Q25: Which of the following classifications of method
Q27: Under which of the following conditions must
Q28: If you do not include a package
Q29: Given the following method header, other would
Q30: Consider the partial Date class below which
Q31: A new class is proposed to collect