Answer :
Answer:
In object-oriented programming. Data and functions that manipulate them are usually separate entities that interact with each other.
Objects can contain data, called "properties", and functions that manipulate the data, called "methods".
Objects can hide certain details from other objects
Objects often interact with each other much like they do in real life.
Explanation: