Correct answer is (b) They allows us to show only required things to outer world
To explain: Abstraction is the concept of hiding things from the outer world and showing only the required things to the world, which is where access specifiers private, protected and public helps in keeping our knowledge hidden from the world.