Changes

Ruby Object Oriented Programming

31 bytes added, 15:06, 19 March 2009
What is a Class?
== What is a Class? ==
<google>ADSDAQBOX_FLOW</google>
Much as a blueprint or architect's drawing defines what an item or a building will look like once it has been constructed, a class defines what an object will look like when it is created. It defines, for example, what the ''methods'' will do and what the ''member'' variables will be.