Which of the following statements is false about objects?
Options
- An instance of a class is an object
- Objects can access both static and instance data
- Object is the super class of all other classes
- Objects do not permit encapsulation
CORRECT ANSWER : Objects do not permit encapsulation
Write your comments