What is the difference between an object and a class?
|
closed as off topic by Trevor Powell, Byte56, Tetrad♦ Mar 12 at 1:34
Questions on Game Development Stack Exchange are expected to relate to game development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
A class is a blueprint or prototype from which objects are created. There's some documentation you should read:
I know you want to get right in there and make games already, but you really should start with something more basic first. Start with tutorials on programming in general. Then move on to game related tutorials. You can learn object oriented programming in any OO language. So don't be afraid to try out some Java or C++. Video lectures are helpful too. |
|||||||||||
|