Quiz
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
If you need to design an object that has to maintain some kind of internal state, what is the most appropriate approach to achieve this?
A.
Make attributes final so they are immutable.
B.
Define an entity or a value object.
C.
Guarantee that there is an identifier for the objects.
D.
None of the above
1 / 6