CS441 Assignment 2 Solution and Discussion
-
Assignment No. 02
SEMESTER Fall 2019
CS441- Big Data Concepts
Total Marks: 20Due Date: 28/09/2019
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:o Assignment is submitted after due date.
o Submitted assignment does not open or file is corrupt.
o Assignment is copied (From internet/students).Software allowed to develop Assignment
- Python editor
Objectives:
To enable students to write, execute a program in Python. Moreover to familiarize students with the concepts of:• Classes and objects
• Constructor
• Object declaration
• Methods/functions callingAssignment Submission Instructions
You have to submit only.py file on the Assignments interface of CS441 at VULMS. Assignment submitted in any other format will not be accepted and will be graded zero marks.Lectures Covered: This assignment covers Weeks # 03 - 05
Deadline
Your assignment must be uploaded/submitted on or before 28/09/2019.Question statement:
Write a Python program that will create a class named Product.
This class will have 4 data members:
- Name
- Brand
- Price
- Quantity
The Product class will have the following setter functions:
setName (), which takes a single parameter
setBrand(), which takes a single parameter
setPrice(), which takes a single parameter
setQuantity(), which takes a single parameterThe Product class will have the following getter functions:
getName()
getBrand()
getPrice()
getQuantity()You are required to write a parameterized constructor for this class.
In parameterized constructor, you will initialize all the data members with the values passed to it as an arguments. The message “Parameterized constructor called” should be displayed whenever an object is created with the parameterized constructor.
Now, create an object by using the parameterized constructor and display the values of data members through calling getters functions.
Then set the values of the data members by calling the setters functions and then display its values by calling getters functions.
Sample Output:
To solve this assignment, you need to install latest Python compiler or you can run (check) your code through online compiler at the following link:
https://www.onlinegdb.com/online_python_compiler
=====================================Ended=======================================For any query about the assignment, contact at [email protected]
GOOD LUCK
Recent Topics
-
CS502 Midterm Solved Papers Mid and Final
CS502 - Fundamentals of Algorithms6 -
CS301 Quiz 1 Solution and Discussion
CS301 – Data Structures5 -
UNSOLVED MTH404 Assignment 2 Solution and Discussion
MTH404 - Dynamics5 -
org.jetbrains.kotlin.util.KotlinFrontEndException: Exception while analyzing expression
Android Development4 -
STAT408 Assignment 1 Solution and Discussion
STAT408 - Experimental Design Analysis4 -
SOLVED MTH304 Assignment 2 Solution and Discussion
MTH304 - Statics4 -
SOLVED CS510 Assignment 1 Solution and Discussion
CS510 - Software Requirements and Specifications2 -
SOLVED BNK603 Assignment 1 Solution and Discussion
BNK603 - Consumer Banking2 -
SOLVED CS510 Assignment 2 Solution and Discussion
CS510 - Software Requirements and Specifications2 -
UNSOLVED BIF501 Assignment 1 Solution and Discussion
BIF501 - Bioinformatics II2 -
SOLVED MTH621 Assignment 1 Solution and Discussion
MTH621 - Real Analysis I2 -
BIO731 Assignment 1 Solution and Discussion
BIO731 - Advanced Molecular Biology1 -
EDU602 Assignment 1 Solution and Discussion
EDU602 - Educational Leadership and Management1 -
MTH101 Assignment 1 Solution and Discussion
MTH101 - Calculus And Analytical Geometry1 -
EDU602 Quiz 2 Solution and Discussion
EDU602 - Educational Leadership and Management1 -
BNK603 Quiz 2 Solution and Discussion
BNK603 - Consumer Banking1 -
PM Modi Fallon on stairs
General Discussion1 -
GEN733 Assignment 1 Solution and Discussion
GEN733 - Biometrical Techniques in Genetics1 -
BIO734 Assignment 1 Solution and Discussion
BIO734 - Advances in Cell Biology1 -
BIF604 Assignment 1 Solution and Discussion
BIF604 - Special Topics in Bioinformatics1