PROMOTE MY BLOG: JUST CLICK BELOW BUTTON

Search Any Paper On This Blog

Thursday, May 2, 2013

::: vuaskari.com ::: CS304 Assignment No. 02

Instructions

Please read the following instructions carefully before solving & submitting assignment:

It should be clear that your assignment will not get any credit (zero marks) if:

o        The assignment is submitted after due date.

o        The submitted assignment is other than .cpp file.

o        The submitted assignment does NOT open or file is corrupted.

o        The assignment is copied (from other student or ditto copy from handouts or internet).

Uploading instructions

 

o   For clarity and simplicity, you are required to Upload/Submit only .CPP file

Objective

The objective of this assignment is:

 

o   To give you the idea of practical implementation of some concepts like, definition of classes, Data members, member functions, Constrictors, Destructors etc.

 

For any query about the assignment, contact at CS304@vu.edu.pk

GOOD LUCK

Consider the following class diagram, detailed description of the diagram is given in the table.

 

 

Class Name

Attribute Name

Attribute Data Type

Behavior (Functions)

Virtual Ballot Paper

NoOfsigns

Integer

-Default Constructor()

-DisplaySign()

-Destructor()

NameOfVotingCategory

Character String

Candidate

Name

Character String

-Default Constructor()

-Parameterized constructor (...)

-Destructor()

 

 

Address

Character String

CandidateType

Character String

NoVotes

Integer

Sign

Name

Character String

-Select()

-Destructor()

Constituency

NoOfCandidates

Integer

-Default Constructor()

-Parameterized constructor (...)

 -GetConstituencyNo()

-Destructor()

NoOfVoters

Integer

ConstituencyNo

Integer

Result

 

-CountVotes()

-AnnounceResult()

-Destructor()

 

 

 

You are required to map (implement) this class diagram in C++.

Make sure that your solution must contain only classes' definitions given in the diagram, definitions of all attributes and proper declaration and definitions of member functions including constructors that are given in the above table.

 

Details of Member functions:

 

DisplaySign(): This function will display the sign names on a ballot paper.

 

Select() : This function will select a sign.

 

GetConstituencyNo(): This function will return constituency number.

 

CountVotes(): This function will count the votes.

 

AnnounceResult(): This function will display result.

 

Note:  The body of all member functions and destructors should be empty, while the constructors should have code which initializes the objects.

 

Lectures Covered:  This assignment covers Lecture #    07-10

Deadline:             Your assignment must be uploaded/submitted at or before. May 07, 2013

--
We say, "Be one as Pakistani Nation and grow up for Pakistan's Future". Wish you all the best. Join www.vuaskari.com,
To post to this group, send email to vuaskari_com@googlegroups.com
Visit these groups:
This (Main) Group:http://groups.google.com/group/vuaskari_com?hl=en?hl=en
MIT/MCS Group: http://groups.google.com/group/vu_askarimit?hl=en?hl=en
HRM Group: http://groups.google.com/group/askari_hrm?hl=en?hl=en
Banking Group: http://groups.google.com/group/askari_banking?hl=en?hl=en
Management: https://groups.google.com/group/vuaskari_mgt?hl=en
Marketing: https://groups.google.com/group/vuaskari_mkt?hl=en
MIS Group: http://groups.google.com/group/askari_mis?hl=en
---
You received this message because you are subscribed to the Google Groups ":::www.vuaskari.com :::" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vuaskari_com+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment

PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE

Note: Only a member of this blog may post a comment.