Question: Given the following Class representation, age is a ________: Question 1 options: public method returns Integer private method returns Integer protected attribute of type Integer
Given the following Class representation, age is a ________:

Question 1 options:
|
|
public method returns Integer
|
|
|
private method returns Integer
|
|
|
protected attribute of type Integer
|
|
|
private attribute of type Integer
|
Given the following UML diagram, what does the arrow symbol represents?

Question 9 options:
|
|
Employee Class derivates from Person Class
|
|
|
Employee Class implements Person Class
|
|
|
Employee Class has an instance of Person Class
|
|
|
Person Class has an instance of Employee Class
|
Person (from default) -age: int \#personName: String +Person(java.lang.String) +getAge(): int get Job(): String +makejob(): String -splitNames() Person
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
