Computer Science, asked by TbiaSamishta, 1 year ago

Which two statements best describe data encapsulation? (choose two) mark for review (1) points (choose all correct answers) member data can be modified directly. methods provide for access and modification of data. the access modifier for methods is protected. the access modifier to member data is private?


Anonymous: ___k off

Answers

Answered by aqibkincsem
17

Answer:

Data encapsulation is a method of binding data and functions together by using object oriented programming system.

It used different types of program statements and program data that is the information regarding the program that gets affected by the program functions.

It is a major system that is used in computer programming called C++. There are user-defined types and a class can contain private, protected and public members.

Explanation:

Similar questions