Multiple choice .net

An object is composed of:

  1. properties.

  2. methods.

  3. events.

  4. Both a and b.

  5. All of the above.

Reveal answer Fill a bubble to check yourself
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.