Explain how objects communicate with each other?
18 Likes
Objects communicate with each other by sending messages. The sender object requests the receiver object to perform an action.
Answered By
13 Likes
Give the reason why a class is known as:
A composite data type
A user-defined data type
How are classes and objects inter-related? Support your answer with an example.
What do you understand by the phrase, "Objects encapsulate state and behaviour"?