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

What is the difference between polymorphism and abstraction?

1 Answers  


What is hashable?

1 Answers  


Is objective c and c the same?

1 Answers  


What is an example of category?

1 Answers  


Is apple stopping supporting objective c?

1 Answers  


What is objective c?

1 Answers  


Explain what is #import?

1 Answers  


When is toll-free bridging useful?

1 Answers  


What is dot notation?

1 Answers  


Can you use objective c in swift?

1 Answers  


What is the use of category in objective-c?

1 Answers  


How to call methods in objective c?

1 Answers  


Categories