Interview Question
Created by admin on Sat, 17/11/2012 - 15:15
Question:
Differentiate between the message and method.
Language:
Answer:
Message:Objects communicate by sending messages to each other.A message is sent to invoke a method. Method:Provides response to a message.It is an implementation of an operation.