Question: Which are requirements for a class to be immutable? (Choose three.) A. A private constructor is provided. B. Any instance variables are private. C. Any
Which are requirements for a class to be immutable? (Choose three.)
A. A private constructor is provided.
B. Any instance variables are private.
C. Any instance variables are initialized in a constructor.
D. Methods cannot be overridden.
E. There are no setter methods.
F. Any instance variables are marked final.
Step by Step Solution
3.43 Rating (153 Votes )
There are 3 Steps involved in it
In objectoriented programming a class is immutable if instances of the class once constructed never ... View full answer
Get step-by-step solutions from verified subject matter experts
