Question: Using Java programming language, implement the class City and the class Minor assuming all the other classes are implemented. You need to document your code

Using Java programming language, implement the class City and the class Minor assuming all the other classes are implemented. You need to document your code using Javadoc for full marks. Make sure to include the author using the proper tag.

Using Java programming language, implement the class City and the class Minor

Using Java programming language, implement the class City and the class Minor assuming all the other classes are implemented. You need to document your code using Javadoc for full marks. Make sure to include the author using the proper tag City - name: String - population: ArrayList Person - fundation Year: int -name: String Address -age: int STREET: String + City: - address: Address - STREETNUM: int + City (String name, int fundation Year): - POSTALCODE: String + getName(): String + Person(String name, int age): + setName(String name): void + Person(String name, int age, Address address): + getName(): String + Address( String street, int streetNum, String postalCode): + toString(): String getFundation Year(); int - setFundation Year(int fundation Year): void + getAge(): int + calculate Population(): int + getAddress(): Address addResident(Person person): void + setAddress(Address address): void Adult Minor - ward: boolean guardian: Adult +Adult(String name, int age, Address address, boolean ward): +setWard(boolean ward): void +Minor(String name, int age, Address address, Adult guardian): +getGuardian():Adult +SetGuardian(Adult guardian) void

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!