filmov
tv
Java Practice It | Self-Check 8.27 mutatorsName | classes, encapsulation, implementing, instance

Показать описание
More practice its:
Problem:
Question:
Add mutator methods called setFirstName, setMiddleInitial, and setLastName to your encapsulated version of the Name class from the last exercise. Give the parameters the same names as your fields, and use the keyword this in your solution.
Problem:
Question:
Add mutator methods called setFirstName, setMiddleInitial, and setLastName to your encapsulated version of the Name class from the last exercise. Give the parameters the same names as your fields, and use the keyword this in your solution.