Tag: object property

Questions Related to object property

Multiple choice object property
  1. A. An instance of a class is an object

  2. C. Object is the super class of all other classes

  3. D. Objects do not permit encapsulation

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

The question asks which statement is FALSE. Objects DO permit encapsulation - it's a core OOP principle of bundling data and methods together. Option C correctly identifies the false statement.