well, you'll need to use the class keyword to define a class, and use its ":" operator if you want to have other classes inherit from it. And, you'll need to, in this case, make the class have certain elements, and methods, such as:
1 2 3 4 5 6
int NoOfSigns;
std::string NameOfVotingCategory; //or: char* NameOfVotingCategory
some_return_type DisplaySign();