Which statement does NOT describe the object-oriented programming concept of encapsulation?
It keeps data and the methods that can manipulate that data in one place.
It protects the data from outside interference.
It only allows the data to be changed by methods.
A parent class is encapsulated and no data from the parent class passes on to the child class.