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 difference between #import and #include in objective-c?

1 Answers  


Is objective-c is used in window also?

1 Answers  


How do you get closure?

1 Answers  


Does objective-c contain private strategies?

1 Answers  


What is a delegation protocol?

1 Answers  


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

1 Answers  


What is the difference between category and extension in objective c?

1 Answers  


What is an objective statement?

1 Answers  


Explain what is data encapsulation in objective-c?

1 Answers  


Can you differentiate polymorphism from abstraction?

1 Answers  


Is objective c the same as c sharp?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


Categories