Computer Science, asked by mayank242005, 3 months ago

How do objects interact with one another ? Give an example. in computer

Answers

Answered by SanikaShelkar
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.

Similar questions