For this question you have to type code in the textbox provided. You cannot attach a file as an answer. NB: Do not use TAB when entering your code, rather use spaces to indent. Use separate compilation to declare a class Voter as an ADT. Remember to include the necessary directives. The class Voter has three member variables: – ID (a string) – nrTimesVoted (an int value) – voted, a bool variable to indicate whether a voter has voted or not. Provide only the class declaration (interface) for t