Question: SOFTWARE ENGINEERING III. Given the following design model (a) and (b), simply describe the model, and explain this is a good design of bad design.
SOFTWARE ENGINEERING 
III. Given the following design model (a) and (b), simply describe the model, and explain this is a good design of bad design. \begin{tabular}{|l|} \hline \multicolumn{1}{|c|}{ Person } \\ \hline> \\ - Name: String \\ - email: String \\ - telephone: String \\ - address: String \\ - personID: String \\ > \\ + setName(String newN): void \\ + getName(): String \\ + setEmail(String em): void \\ + getEmail(): String \\ > \\ + Person(String n, String e) \\ \hline \end{tabular} (a)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
