Multiple choice

Which of the following is an incorrect statement about data encapsulation in Objective-C?

  1. It contains program statements.

  2. It contains program data.

  3. It binds data and functions.

  4. Dynamic binding is also possible in data encapsulation.

  5. This property has all private variables in the code.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

There is no dynamic binding possible in data encapsulation as there is no method calling at runtime.