Microsoft Vs Apple
-
Microsoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? :confused:
-
Microsoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? :confused:
Rajeev K R Pala wrote:
why Apple in objective C... ?
What do you mean? Cocoa API in Objective-C is backward compatible. What part are you talking about?
-
Rajeev K R Pala wrote:
why Apple in objective C... ?
What do you mean? Cocoa API in Objective-C is backward compatible. What part are you talking about?
-
Microsoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? :confused:
Rajeev K R Pala wrote:
Microsoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? Confused
Actually, both are "Mostly backward compatible" which basically means things change a little with each generation, some things go, somethings come, some things change structure, but most remains the same from generation to generation. As generations stack up, things becomes harder to maintain. short answer: if you use something they change, they aren't backwards compatible, if you don't use something they change, they are backwards compatible. :-D
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
-
Rajeev K R Pala wrote:
Microsoft still can keep there backward compatibility in VC++ APIs but why Apple in objective C... ? Confused
Actually, both are "Mostly backward compatible" which basically means things change a little with each generation, some things go, somethings come, some things change structure, but most remains the same from generation to generation. As generations stack up, things becomes harder to maintain. short answer: if you use something they change, they aren't backwards compatible, if you don't use something they change, they are backwards compatible. :-D
_________________________ John Andrew Holmes "It is well to remember that the entire universe, with one trifling exception, is composed of others." Shhhhh.... I am not really here. I am a figment of your imagination.... I am still in my cave so this must be an illusion....
Some APIs in Objective C showing the status deprecated . I have used a lot of deprecated APIs in my application. I really afraid about its future. I have never faced these sort of experience in VC++....... :((