Multiple choice object property Which of the following statements is false about objects A. An instance of a class is an object C. Object is the super class of all other classes 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.