12-02-2018, 08:03 PM
CS304 - Object Oriented Programming Assignment No. 1 Solution Fall 2018 Due Date: December 07, 2018
[b]Assignment No. 01
SEMESTER Fall 2018
CS304 - Object Oriented Programming
Total Marks: 20
Due Date: 07/12/2018
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:
§ The assignment is submitted after due date.
§ The assignment is submitted via email.
§ The assignment is copied from Internet or from any other student.
§ The submitted assignment does not open or file is corrupt.
§ It is in some format other than .cpp.
1) Note: You are supposed to submit your assignment in .cpp format. Any other formats like scan images, PDF, zip, doc, rar and bmp etc will not be accepted. All types of plagiarism are strictly prohibited.
For any query about the assignment, contact at CS304@vu.edu.pk
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, Constructors, Aggregation and Composition etc.
For any query about the assignment, contact at cs304@vu.edu.pk
GOOD LUCK!
Marks: 20
Problem Statement:
We have the following part of class diagram showing aggregation relationship:
You are required to implement above class diagram (complete program) in C++ with all data members, constructors, member functions and concept (aggregation) given in the class diagram/table 1.
Class Name
Functions
Grocery Home
-Default constructor
Fruit Store
-Default constructor
Grocery Store
-Default constructor
Dairy Store
-Default constructor
Apple
-Default constructor
Grapes
-Default constructor
Guava
-Default constructor
Tetra Milk
-Default constructor
Whitener
-Default constructor
Cream
-Default constructor
Cooking Oil
-Default constructor
Rice
-Default constructor
Flour
-Default constructor
Table 1: Classes
Note: You have to submit .CPP file. See the sample Output to view the messages you need to print in constructors of all classes.
Sample Output:
Best of luck!
Lectures Covered: This assignment covers Lecture # 11-15
Deadline: Your assignment must be uploaded/submitted at or before Due Date 07/12/2018.[/b]
[b]Assignment No. 01
SEMESTER Fall 2018
CS304 - Object Oriented Programming
Total Marks: 20
Due Date: 07/12/2018
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:
§ The assignment is submitted after due date.
§ The assignment is submitted via email.
§ The assignment is copied from Internet or from any other student.
§ The submitted assignment does not open or file is corrupt.
§ It is in some format other than .cpp.
1) Note: You are supposed to submit your assignment in .cpp format. Any other formats like scan images, PDF, zip, doc, rar and bmp etc will not be accepted. All types of plagiarism are strictly prohibited.
For any query about the assignment, contact at CS304@vu.edu.pk
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, Constructors, Aggregation and Composition etc.
For any query about the assignment, contact at cs304@vu.edu.pk
GOOD LUCK!
Marks: 20
Problem Statement:
We have the following part of class diagram showing aggregation relationship:
You are required to implement above class diagram (complete program) in C++ with all data members, constructors, member functions and concept (aggregation) given in the class diagram/table 1.
Class Name
Functions
Grocery Home
-Default constructor
Fruit Store
-Default constructor
Grocery Store
-Default constructor
Dairy Store
-Default constructor
Apple
-Default constructor
Grapes
-Default constructor
Guava
-Default constructor
Tetra Milk
-Default constructor
Whitener
-Default constructor
Cream
-Default constructor
Cooking Oil
-Default constructor
Rice
-Default constructor
Flour
-Default constructor
Table 1: Classes
Note: You have to submit .CPP file. See the sample Output to view the messages you need to print in constructors of all classes.
Sample Output:
Best of luck!
Lectures Covered: This assignment covers Lecture # 11-15
Deadline: Your assignment must be uploaded/submitted at or before Due Date 07/12/2018.[/b]