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: How to design Unit Converter in OOP manner?

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to design Unit Converter in OOP manner?

    I'm very curious to create unit converter app in Java, now confused how to design? The following are the Units which I have to design...

    1. Area contains( square_inches, square_feet, square_yare, square_miles, square_mm and so on)
    2. Length contains(millimeters, centimeters and so on)
    3. Mass contains(milligram, grames and so on)
    4. Power
    5. Temperature

    Please somebody give me some solution to solve this...


  2. #2
    Junior Member
    Join Date
    May 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to design Unit Converter in OOP manner?

    I'm very curious to create unit converter app in Java, now confused how to design? The following are the Units which I have to design...

    1. Area contains( square_inches, square_feet, square_yare, square_miles, square_mm and so on)
    2. Length contains(millimeters, centimeters and so on)
    3. Mass contains(milligram, grames and so on)
    4. Power
    5. Temperature

    Please somebody give me some solution to solve this...

  3. #3
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: How to design Unit Converter in OOP manner?

    Quote Originally Posted by Zakirhussain View Post
    Please somebody give me some solution to solve this...
    What is your plan?
    What step are you on and what is the problem you face on that step?

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: How to design Unit Converter in OOP manner?

    Please do not double post your questions.
    Threads merged.

Similar Threads

  1. Final Project using OOP not sure if im following proper design
    By iamgonge in forum What's Wrong With My Code?
    Replies: 1
    Last Post: May 8th, 2013, 03:40 AM
  2. arranging components in a vertical manner in a jpanel?
    By buencamino in forum AWT / Java Swing
    Replies: 2
    Last Post: July 18th, 2012, 09:33 PM
  3. HTML Unit Help
    By Seegee in forum What's Wrong With My Code?
    Replies: 7
    Last Post: April 2nd, 2012, 08:38 PM
  4. Unit Vector
    By mingming8888 in forum Java Theory & Questions
    Replies: 2
    Last Post: October 14th, 2010, 02:53 PM
  5. Piglatin Converter
    By jross21 in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 14th, 2010, 12:09 PM

Tags for this Thread