Sponsored Links


Results 1 to 1 of 1

Thread: CS304 Object Oriented Programming Assignment No.3 Fall Semester 2013

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

    18 CS304 Object Oriented Programming Assignment No.3 Fall Semester 2013

    Sponsored Links1







    CS304 Object Oriented Programming Assignment No.3 Fall Semester 2013

    Object Oriented Programming (CS304)
    Assignment No.3

    Deadline
    Total Marks: 20
    Your assignment must be uploaded before or on 15th January 2013.

    Rules for Marking

    It should be clear that your assignment will not get any credit if:

    The assignment is submitted after due date.
    Make sure your assignment solution is not copy pasted or modified from any source such as website, other students, groups, forums etc. Zero will be awarded straightaway and no further request in emails regarding updation/review of marks etc will be entertained in any case.
    The assignment submitted in a format other than .cpp.

    Objectives

    The objectives of this assignment are, giving the idea of practical implementation of basic object oriented concepts like:

    Inheritance
    Assignment:
    You are required to provide a practical implementation in C++ for the following class diagram. You have to provide the solution in the form of classes in C++.
    Class Diagram for Assignment No. 3
    Figure 1: Object Model of Property Portal
    Detail Description:
    You are required to give C++ implementation of following classes:

    Sponsored Links

    1. PropertyCategories
    2. Plot
    3. Flat
    4. House

    Following is the description of all data member and member functions of respective classes:

    v Data members for PropertyCategories:

    SocietyName: This data member will be used to know the society/town name from where flat, house or plot belongs to.
    Area: Total area covered by the plot, flat or house. Area will be in square feet or Marla unit.

    v Methods for PropertyCategories:
    Constructor(s) and destructor.
    Setter and getter function for Area and SocietyName data members.
    v Data members for Plot:
    PlotNo: A number associated with a plot will be shown to user.
    v Methods for Plot:
    Constructor(s) and destructor.
    Setter and getter function for PlotNo data member.
    isPlotAllotted () will ensure whether plot is already allotted or not. If plot is not already allotted to anyone then assign it to current user and make it allotted.
    isCornerPlot () will check whether current plot is corner plot or not. You can take input from user in this regard.
    isDeveloped () this will ensure that whether plot is in developed status or not. A plot is consider to be developed if, facilities such as electricity, gas, road etc are available, otherwise it will be consider undeveloped plot.
    v Data members for Flat
    FlatNo: A number associated with a flat will be shown to user.

    v Methods for Flat
    Constructor(s) and destructor.
    Setter and getter function for FlatNo data member.
    isOccupied() will check whether this flat is available for rent, selling purpose or not. If anyone is staying in the flat then we can’t rent out or sell this flat.

    v Data members for House

    HouseNo: A number associated with a house will be shown to user.
    v Methods for House
    Constructor(s) and destructor for class.
    Setter and getter function for HouseNo data member.
    isOccupied() will check whether this house is available for rent, selling purpose or not. If anyone is staying in this house then we can’t rent out or sell this house.

    Important Points:

    You also have to show the relationship (inheritance, association, aggregation, composition) between classes in proper C++ syntax with comments. No marks will be given for incorrect relationship.
    Dynamically allocate memory where required.
    Implement all member functions of each class. Make sure you use most appropriate return types and signatures for the function.
    Implement constructors of all classes (Overload constructors if required also can use copy constructor if required).
    Overload and override member functions in classes (if required).
    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: 0
    Last Post: 06-18-2013, 09:44 PM
  2. Replies: 0
    Last Post: 02-11-2013, 03:43 PM
  3. Replies: 0
    Last Post: 02-04-2013, 04:01 PM
  4. Replies: 1
    Last Post: 11-30-2012, 03:31 PM
  5. Replies: 0
    Last Post: 12-23-2011, 03:47 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