I am sorry if this has been asked before, I have looked throughout stackoverflow and haven't found an answer to this question.
In the NSObject protocol, it defines a method that is similar to this:
-(Class) class
What type of object is the Class object? Or is it even an object? What can I do with the object? Can I get the base class or adopted protocols?
Any help with this problem would be greatly appreciated.