Based on the given class diagram, create a class implementation using Voters - active_Account: string - name: string -age: integer - precint_Number: string + setAccount(String account): void + getAccount(): String + setName(String fullname): void + getNamet(): String + setAge(Integer presentAge): void + getAge(): Integer + setPrecintNo(String account): void + getPrecintNo (): String NOTE: • Using the constructor, create three objects from class Voters and store it in the stack • Two voters must have an active account and one voter has a deactivated account. • Please note that the deactivated voter account must be still part of the "object". • Test all the functions by making calls.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter12: Adding Functionality To Your Classes
Section12.2: Providing Class Conversion Capabilities
Problem 6E
icon
Related questions
Question
Create a simple and understandable c++ program Ideal Output terminal is given
Based on the given class diagram, create a class implementation using C++.
Voters
- active_Account: string
- name: string
<-
age: integer
- precint_Number: string
+ setAccount(String account); void
+ getAccount(): String
+ setName(String fullname): void
+ getNamet(): String
+ setAge(Integer presentAge): void
+ getAge(): Integer
+ setPrecintNo(String account): void
+ getPrecintNo (): String
NOTE:
• Using the constructor, create three objects from class Voters and store it in the stack memory.
• Two voters must have an active account and one voter has a deactivated account.
●
Please note that the deactivated voter account must be still part of the "object".
Test all the functions by making calls.
Transcribed Image Text:Based on the given class diagram, create a class implementation using C++. Voters - active_Account: string - name: string <- age: integer - precint_Number: string + setAccount(String account); void + getAccount(): String + setName(String fullname): void + getNamet(): String + setAge(Integer presentAge): void + getAge(): Integer + setPrecintNo(String account): void + getPrecintNo (): String NOTE: • Using the constructor, create three objects from class Voters and store it in the stack memory. • Two voters must have an active account and one voter has a deactivated account. ● Please note that the deactivated voter account must be still part of the "object". Test all the functions by making calls.
You have an Active Voters account!
Your full name is Juan Dela Cruz.
You are 25 years old.
You Precint Number is 125-A.
You have an Active Voters account!
Your full name is Peter Simon Perez.
You are 65 years old.
You Precint Number is 347-B.
You have an Deactivated Voters account!
Your full name is Andrew Reyes.
You Precint Number is unknown!
Please go to nearest COMELEC office.
Process exited after 0.2459 seconds with return value e
Press any key to continue..
Transcribed Image Text:You have an Active Voters account! Your full name is Juan Dela Cruz. You are 25 years old. You Precint Number is 125-A. You have an Active Voters account! Your full name is Peter Simon Perez. You are 65 years old. You Precint Number is 347-B. You have an Deactivated Voters account! Your full name is Andrew Reyes. You Precint Number is unknown! Please go to nearest COMELEC office. Process exited after 0.2459 seconds with return value e Press any key to continue..
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr