Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain what is the principle distinction between the function calls and messages?



Explain what is the principle distinction between the function calls and messages?..

Answer / Gaurav Johari

@syntheize is a directive used in Objective-C to inform the compiler that an instance variable exists, and it should generate accessor methods (getter and setter) for that variable. For example: n`@synthesize myProperty;`n@dynamic is used to indicate that the implementation of a method or property is not provided in the current class and will be implemented in a subclass. This tells the compiler not to generate accessor methods for those properties.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the point of closures?

1 Answers  


What is property classification?

1 Answers  


What is category in objective c?

1 Answers  


Can you retain delegates?

1 Answers  


What is the latest version of objective-c?

1 Answers  


Is objective c still used?

1 Answers  


Explain application life cycle or application states?

1 Answers  


Explain what is #import?

1 Answers  


Is c and objective c the same?

1 Answers  


How do you define a protocol?

1 Answers  


Is objective c superset of c?

1 Answers  


What is difference between extern and global?

1 Answers  


Categories