Class hierarchy of objective c in iphone -for xcode
        Posted  
        
            by 
                vijay
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vijay
        
        
        
        Published on 2011-01-12T13:51:50Z
        Indexed on 
            2011/01/12
            13:53 UTC
        
        
        Read the original article
        Hit count: 194
        
iphone
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
© Stack Overflow or respective owner