7. Objects can communicate with each other through functions.
Answers
Answered by
1
Answer:
software objects communicate and interact with each other in two ways: by calling (or invoking) each other's methods or by directly accessing their variables. Calling an instance method: ... Sometimes the called object's method needs additional information in order to perform its task.
Answered by
1
Answer:
There are two ways :
Explanation:
1) By calling
2) By directly communication with each other
Similar questions