Sponsored Links


Results 1 to 8 of 8

Thread: Cs 408 assignment 2 solution....

  1. #1

  2. #2
    Junior Member
    Join Date
    Oct 2011
    Posts
    3
    salam
    where is the solution of cs408_2?
    Please I need it today is the extended day.
    Thanx.

  3. #3
    Junior Member
    Join Date
    Oct 2011
    Posts
    3

    Please give the solution of CS408_2

    Salam,

    I need the solution it is not shown anywhere.
    Please give me its solution I shall be really thankful to you for this kindness.

  4. #4
    Junior Member
    Join Date
    Nov 2011
    Posts
    1
    i also need the solution of cs408 plzzzzzz share

  5. #5
    i need cs 408 2nd assignment plzzzz.send it to me on javed636@yahoo.com

  6. #6
    Administrator Xpert's Avatar
    Join Date
    May 2010
    Location
    Jhelum
    Posts
    6,239
    But no body uploaded the assignment file.

  7. #7
    Object Oriented Programming (CS304)
    Assignment No.2

    BY LADAK



    Assignment:

    In Assignment No.1 you developed Object Oriented Model for Library Management System, now you have to give its practical prototype in c++ mean you have to provide the solution of your first assignment and have to implement it in the form of classes in c++ also note that you don’t have to give actual implementation in c++ but simple stereotype (sketch) in the form of c++ code mentioning class names their parameters and functions with access specifiers you also have to show the relationship between classes in the form of inheritance mentioning the name of class/classes from which they have been derived in proper c++ syntax.



    class Library
    {
    Private:
    char name[50];
    char interface[30];
    double space[30];

    public:
    void store detail of data();
    void add();
    void Search();
    void Return();
    void Borrow();


    }

    class Administrator : public Library
    {
    Private:

    Char name[50];
    Char Gender[50];
    Char id[50];
    Char address[50];

    Public:
    void Login();
    void Logoff();
    void search();
    void Add();
    void Borrow();
    void return();

    }
    class staff : public library
    {

    Private:

    Char name[50];
    Char Gender[50];
    Char id[50];
    Char address[50];

    Public:
    void Login();
    void Logoff();
    void search();
    void Add();
    void Borrow();
    void return();
    }
    class student : public library
    {
    Private:

    Char name[50];
    Char Gender[50];
    Char id[50];
    Char address[50];

    Public:
    void Login();
    void Logoff();
    void search();
    void Add();
    void Borrow();
    void return();
    }

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

    Thanks for sharing this assignment

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-13-2012, 09:58 PM
  2. Replies: 1
    Last Post: 06-17-2011, 09:22 PM
  3. Replies: 0
    Last Post: 06-17-2011, 09:17 PM
  4. ACC501 Assignment n0 2 Solution idea solution June 2011
    By Vuhelper in forum Get Solution In 24 Hour
    Replies: 0
    Last Post: 06-15-2011, 04:31 PM
  5. Replies: 4
    Last Post: 04-26-2011, 06:40 PM

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