Java Source code/brief outline to get started

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Moonjuice
    New Member
    • Mar 2008
    • 1

    Java Source code/brief outline to get started

    I'm new to java. I'm just looking for a little help with source code.

    As a beginner i'm trying to write a code for CoolingSystem(s uper), fTargetTemp,voi d cool(float), void heat(float) is the top UML.

    Then breaks down to two boxes...First subclass is AirConditioner, fACtemp,void cool(), voidcool(float) , and Second subclass is HeatPump, fHeatPump, void cool(float), void heat(float)...a nd finally it connects the two... Thermostat, fRoomTemp, void lowTemp(float).

    I just need simple code to get started.

    Also, what are the overriding and overloading methods. I keep getting confused with overloading constructers.

    Thank you for any help...Moonjuic e
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.

    Please read the Posting Guidelines and particularly the Coursework Posting Guidelines.

    Then when you are ready post a new question in this thread.

    MODERATOR

    Comment

    Working...