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...


What is the principle distinction between the function calls and messages?



What is the principle distinction between the function calls and messages?..

Answer / Praphull Kumar Mishra

In Objective-C, a function call is a direct invocation of a function using its name, followed by parentheses that contain any required arguments. A message, on the other hand, is a request sent to an object to perform a task or access its instance variables. Messages are sent using square brackets ([ ]) and are used to call methods in Objective-C.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is c and objective c the same?

1 Answers  


Why swift is faster than objective c?

1 Answers  


What is objective c good for?

1 Answers  


How do you get closure?

1 Answers  


Explain what are the attributes of category?

1 Answers  


What is atomic property?

1 Answers  


Will objective c be deprecated?

1 Answers  


Explain when to use nsarray and nsmutablearray. Which one is faster and threadsafe?

1 Answers  


What are blocks and how are they used?

1 Answers  


Is nsobject a parent class or a derived class?

1 Answers  


How to initialize nsmutabledictionary in objective c?

1 Answers  


What are class b properties?

1 Answers  


Categories