Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: Object Oriented Programming request please helpp...

  1. #1
    Junior Member
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Object Oriented Programming request please helpp...

    Hello everyone i hope you are all good and well. I created a new account on this forum in order to get help i hope very much i will...

    I have an assignment at uni to submit but i have very little knowledge about programming so could any one look at it and give me some help i would much appreciate your help...

    See below:

    Inventory control system

    Main features of an inventory control system are as follows:

    1. Login in to the system.
    2. Adding new items.
    3. Modifying data of selective item.
    4. Deleting existing items.
    5. Check the stock availability.
    6. Real time stock management (ie. When parches happen you have to increase the stock availability and if sales occurs you have to reduce the stock availability.)

    - Students are required to implement an inventory control system to represent the above main features.
    - You are required to implement a suitable interface to represent the features of the above system.

    *You might have a final presentation on your project and viva session.

    Work to be done:

    1. Divide the application into modules that can be developed independently. Justify the choices of modules.

    2. For each module, give a description of the functions that the module should implement.

    3. Can the modules be tested before the integration? How is it called? How would you implement this testing?

    4. How will you plan the integration stage?


    I hope very much someone will look at it and give me some help
    Thank you very muchhhhhh in advance...


  2. #2
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Object Oriented Programming request please helpp...

    Sorry, we won't do the assignment for you. Show us your work and thoughts (preferable code) and we'll help you fix it and make it work as it should.

  3. #3
    Junior Member
    Join Date
    Feb 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Object Oriented Programming request please helpp...

    Quote Originally Posted by helloworld922 View Post
    Sorry, we won't do the assignment for you. Show us your work and thoughts (preferable code) and we'll help you fix it and make it work as it should.
    I will post my work very soon hope you will check my code for me

    Thanks...

  4. #4
    Junior Member tina G's Avatar
    Join Date
    Mar 2010
    Location
    philippines
    Posts
    7
    Thanks
    1
    Thanked 1 Time in 1 Post

    Default Re: Object Oriented Programming request please helpp...

    sure! we will try to help you ..^^, goodLuck
    just post your code,,ok?

Similar Threads

  1. write object to sql db
    By wolfgar in forum JDBC & Databases
    Replies: 3
    Last Post: May 18th, 2010, 10:03 AM
  2. Object o = new Object(); need help
    By zeeshanmirza in forum Object Oriented Programming
    Replies: 11
    Last Post: January 6th, 2010, 10:01 PM
  3. Object Injection
    By Json in forum Java Programming Tutorials
    Replies: 1
    Last Post: December 4th, 2009, 04:08 AM
  4. Object Oriented program, no output
    By boardbreaker in forum What's Wrong With My Code?
    Replies: 2
    Last Post: November 17th, 2009, 11:11 PM
  5. Replies: 4
    Last Post: August 13th, 2009, 05:54 AM