Love to do some charity work. Have a passion for writing and do it in my spare time
W. Mocroft, Philanthropist, Master Degree in International Business, Las Vegas
Answered Apr 18, 2019
The correct answer to this question is encapsulation. This method would be used in computer programming. It is specifically used in OOP, which stands for object oriented programming. Encapsulation is not only the language used to restrict access to an object's components, but also help with building data.
Many researchers and teachers only refer to it's first function of restricting access. It can also be used to hide the date of members and their functions, which is known as information hiding. It is popular for Java developers because they use encapsulation as a shield to prevent their data from being accessed by others.