[Solved]-Question 1 1 Point 2 3 Person Name String 6 9 Employee Customer Address Stringlid Integer Q37174871



this is advance java
Question 1 (1 point) 2 3 Person -name : String 6 9 Employee Customer address. StringLid Integer PartTime FullTime salary : Double -hourlyWage : Double In the diagram above, Person has what kind of relationship with Customer? a) Person is the subclass, and Customer is the superclass b) Person is the superclass, and Customer is the subclass uestion 2 (1 point) Which of the following statements is true when discussing “aggregation”? a) An object that is part of a “whole” (part of another object) is not exclusive to that whole and can be shared by another object b) An object that is part of a “whole” (part of another object) is exclusive to that whole and not shared by another object. Question 3 (1 point) Person -name : String Customer Employee id Integer -address: String PartTime FullTime salary : Double hourlyWage : Double In the diagram above, Person has what kind of relationship with Customer? a) Customer adds attributes (such as instance variables) that are not found in Person. b) Person adds attributes (such as instance variables) that are not found in Customer Show transcribed image text Question 1 (1 point) 2 3 Person -name : String 6 9 Employee Customer address. StringLid Integer PartTime FullTime salary : Double -hourlyWage : Double In the diagram above, Person has what kind of relationship with Customer? a) Person is the subclass, and Customer is the superclass b) Person is the superclass, and Customer is the subclass
uestion 2 (1 point) Which of the following statements is true when discussing “aggregation”? a) An object that is part of a “whole” (part of another object) is not exclusive to that whole and can be shared by another object b) An object that is part of a “whole” (part of another object) is exclusive to that whole and not shared by another object.
Question 3 (1 point) Person -name : String Customer Employee id Integer -address: String PartTime FullTime salary : Double hourlyWage : Double In the diagram above, Person has what kind of relationship with Customer? a) Customer adds attributes (such as instance variables) that are not found in Person. b) Person adds attributes (such as instance variables) that are not found in Customer
Expert Answer
Answer to Question 1 (1 point) 2 3 Person -name : String 6 9 Employee Customer address. StringLid Integer PartTime FullTime salary… . . .
OR

