I am new to IOS, I worked on windows, there we have a concept message passing, using which we can send any message to any instance and get the work done. Likewise is there any way here in IOS?
thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Feroz,
Objective – C by default supports message passing, i.e. when you do something like this
here you are passing message
calculateSumtoself.Then objective-c runtime calls the method
calculateSumonself.For further you can read this and this