Class hierarchy of objective c in iphone -for xcode
- by vijay
i want to know what is the hierarchy we have in xcode
first we have to get window and from that i have to understand completely
if i use the class as property of another like this
//child inherits the parents
@interface child:parent
{
//
parent *parentobject;
child *child;
}
then what is the difference b/w the class behaviour while using the as property for another class then what is contrast between the inheritance and property