View Single Post
  #7  
Old 02-09-2005, 03:04 AM
Al P Al P is offline
Senior Member
 
Join Date: Jan 2005
Location: Micro Short-Handed
Posts: 239
Default Re: Java Help Needed

I forget java but in VB.NET

OfficeAC is a type of AirConditioner.

Dim OfficeAC as new AirConditioner()

Turn on Air

OfficeAC.turnOn()

Set Temp

OfficeAC.setTemp(69)

Turn Off

OfficeAC.turnOff()

Destroy it ala Office Space Style

OfficeAC = Nothing

It should look similar in java. It's not that hard really.
Reply With Quote