View Single Post
  #2 (permalink)  
Old 05-25-2008, 07:05 AM
Zosden's Avatar
Zosden Zosden is offline
Senior Member
 
Join Date: Apr 2008
Posts: 386
Zosden is on a distinguished road
Think of a class as an object template. For instance a bike. The bike class you make first holds variables and methods that apply to every type of bike. The when you create a new instance of a class you just tell it what you want it to be. Do you want a blue bike? Do you want a bike with gears. Think of a class like this. It takes everybody awhile to figure it all out, but atleast for me it just kind of clicked one day after I played around with them enough.
__________________
My IP address is 127.0.0.1
Reply With Quote