An object is composed of:
-
properties.
-
methods.
-
events.
-
Both a and b.
-
All of the above.
E
Correct answer
Explanation
An object in OOP encapsulates data and behavior. Properties represent the object's state (data), methods represent its actions (behavior), and events represent notifications it can send. Together, these define the object.