Question 2 Below is a Unified Modelling Language (UML) diagram of an election class. Election - candidate String - num Votes: int >+ Election () >+ Election (nm : String, nVotes: int) + setCandidate( nm : String) + setNum Votes(): int + toString(): String [30 marks] Using your knowledge of classes, arrays, and array list, write the Java code for the UML above in NetBeans. [7 marks]