Sponsored Links


Results 1 to 1 of 1

Thread: CS201 Introduction to Programming Assignment No.3 Fall Semester 2013

  1. #1
    Administrator Vuhelper's Avatar
    Join Date
    Apr 2011
    Posts
    9,578

    18 CS201 Introduction to Programming Assignment No.3 Fall Semester 2013

    Sponsored Links1






    CS201 Introduction to Programming Assignment No.3 Fall Semester 2013


    Assignment No. 03
    Semester: Fall 2012
    CS201: Introduction to Programming Total Marks: 20

    Due Date:14/01/2013

    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 submitted assignment does not open or file is corrupt.
     Assignment is copied(partial or full) from any source (websites, forums, students, etc)

    Note: You have to upload only .cpp file. Assignment in any other format (extension) will not be accepted and will be awarded with zero marks. For example, if you submit code in .doc (Word document) or .txt files, no reward will be given in any case.

    Objective:

    The objective of this assignment is to provide hands on experience of:

     Objects and Classes
     Setter and Getter functions in classes
     Constructors and Destructors in classes
     Dynamic memory allocation of objects

    Guidelines:

     Code should be properly indented and well commented.
     Follow C/C++ rules while writing variable names, function names etc
     Use only dev-C++ for this assignment.

    Assignment

    Problem Statement: You are required to write a program for storing the information regarding vehicles in objects. The information will consist of the name of vehicle maker company, model, year, and engine capacity.


    Detailed Description:

     Create a class named Vehicle which contains company, model, year, and engine capacity as data members.
     The program should ask user to enter number of vehicles and create an array of same number of objects dynamically (using new operator).
     Create a default constructor to initialize the data members of the class.
     Write getters and setters for each class member.
     Write a member function getInput() to take input from user for each data member of an object. Use setters in this function to assign user’s input to corresponding data members.
     Also write a member function display() which will use getters to display the detail of all the objects as output.
     You are required to de-allocate the memory allocated to all the objects in the array, using delete operator.
     The message “Object deleted” should be displayed for each object in array when the memory allocated to them is de-allocated.

    NOTE:
    The sample output is attached with this assignment named Assignment3.gif.

    Sponsored Links

    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 5
    Last Post: 05-17-2013, 02:55 AM
  2. Replies: 1
    Last Post: 01-31-2013, 03:44 PM
  3. Replies: 0
    Last Post: 11-12-2012, 02:00 PM
  4. Replies: 0
    Last Post: 10-31-2012, 11:37 PM
  5. Replies: 63
    Last Post: 01-12-2011, 02:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
-: Vuhelp Disclaimer :-
None of the files shown here are hosted or transmitted by this server. The links are provided solely by this site's users. The administrator's or staff of Vuhelp.net cannot be held responsible for what its users post, or any other actions of its users. You may not use this site to distribute or download any material when you do not have the legal rights to do so. It is your own responsibility to adhere to these terms. If you have any doubts about legality of content or you have any suspicions, feel free to contact us.
Online Education | JhelumSoft