Monday, February 11, 2008
Classes
So I've continued reading about Objective-C 2.0. Right now I'm learning about classes. A class is what defines an object and creates an instance of it. Every class has its own class object, which is an object that is used to create new instances of the class. It contains all of the information about the class and how the objects the class creates are going to behave.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment