aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • IB Computer Science HL
  • What is the restriction of unauthorised data accessing be...
Multiple choice

What is the restriction of unauthorised data accessing between classes called?

  1. Encapsulation

  2. Abstraction

  3. Inheritance

  4. 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.

Keep practicing — related questions

  • The concept of hiding the implementation details of a class and allowing access to the class through a publ...
  • You want to encapsulate data access and manipulation in a separate layer.
  • When we are making all data members of class private, which property of OOP are we using?
  • Providing access to the object only through its member functions,while keeping the details private is calle...
  • Access to an object only through its member functions, while keeping the details private is
  • What is the default access specifier for a Top-level Class, which are not nested into other Classes?
  • What is the default access specifier for a top-level Class, which are not nested into other classes?
  • Defining a class so that the implementation of the data and methods of the class are not known to the progr...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Object-Oriented Programming (2239 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy