Question: Develop three Java classes called Name, Address, and Person according to the specification given below to demonstrate a has-a relationship and draw the UML diagram
Develop three Java classes called Name, Address, and Person according to the specification given below to demonstrate a "has-a" relationship and draw the UML diagram for this relationship. - Name class Data members: firstName initial lastName Methods: Two Constructors first constructor to initialize firstName and lastName, second constructor to initialize all data members of the class toString method returns string of firstName and lastName or string of firstName, initial, and lastName equals method - Address class Data members
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
