Question: Java Need help. Having problem with type mismatch This is what I currently hava: public Aircraft(String[] sArgs) { this.type = sArgs[0]; this.subTypes = sArgs[1]; this.name
Java Need help.
Having problem with type mismatch

This is what I currently hava:
public Aircraft(String[] sArgs) { this.type = sArgs[0]; this.subTypes = sArgs[1]; this.name = sArgs[2]; this.inService = sArgs[3]; this.country = sArgs[4];
}
Aircraft Class Using the following UML diagram as a basis create an Aircraft class Aircraft |-type: String -subTypes: List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
