1. What is Encapsulation in OOPS?
2. Encapsulation is mainly achieved using?
3. Which is the best example of encapsulation in Java?
4. Which access modifier is MOST used in encapsulation?
5. Getter and Setter methods are used to?
6. Encapsulation mainly provides which feature?
7. Which of the following is TRUE?
8. What happens if data members are public?
9. Which keyword is used to hide data from outside world?
10. Which method is used to read private variables?
11. Which method is used to modify private variables?
12. Encapsulation helps in:
13. Which is NOT a benefit of encapsulation?
14. Encapsulation is also called?
15. What is the scope of private variables?
16. Which is correct about encapsulated class?
17. Encapsulation helps in reducing?
18. Which statement is TRUE?