Possible Duplicate:
what is the difference between strong (in LLVM) and retain( in GCC)?
I can see everywhere that we can use strong property instead of retain in the latest object c programming. But, i want to know that how much it differs between strong and retain and what are the added advantage with strong than retain, so Apple released strong.
Thank you!