Multiple choice What is the restriction of unauthorised data accessing between classes called? Encapsulation Abstraction Inheritance Overloading Reveal answer Fill a bubble to check yourself A Correct answer Explanation Encapsulation is the bundling of data and methods that operate on that data into a single unit, and restricting direct access to some of the object's components to protect the internal state.