The object may communicate with each other through
Answers
Answered by
2
Answer:
Software object communicate and interact with each other in two ways:by calling each other's methods or direct accessing their variables.Calling an instance method:Somtimes the called object's method need additional information in order to perform it's task.
Similar questions