Consider the follow class declarations:
public class Henwa {
public List<String> getCii() {
...
}
public byte[] getOeved() {
...
}
}
public class Iostith {
public List<Zadec> getEtris() {
...
}
public Volast getAnEs() {
...
}
public List<Henwa> getIdSas() {
...
}
}
public class IrtFathdal {
public String getTeIsa() {
...
}
public Vedin getBeTicid() {
...
}
}
public class Vedin extends Iostith {
public String getReng() {
...
}
}
public class Volast {
public int getEngbe() {
...
}
}
public class Zadec {
public File getOxTa() {
...
}
}
Draw a diagram showing the class relationships.
You only need to diagram the classes listed above. You only need to show the name of each class; do not show their methods or properties.
Draw arrows between the classes that have relationships, and label each arrow with one of the following:
Make sure your arrows point in the correct direction!
Given the following variable:
IrtFathdal uc
...and the following method:
public void process(byte[] item)
...write code to process the oeved of each idSa of uc.
process(uc.getBeTicid().getIostith().getIdSas().get(0).getOeved());
Related puzzles: