Tagged Questions
0
votes
2answers
191 views
Construtor with long parameter list OR multiple setters?
To initialize an instance, we can use either a default constuctor and a number of setters, or a constructor with a long parameter list. In the latter way the object state may remain unchanged after ...