Computer Science, asked by kittykatrivera6685, 1 year ago

Wch 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?

Answers

Answered by aqibkincsem
1

"The two statements which describe the data encapsulation are: -



The access modifier for methods is protected.


The access modifier to member data is private and can also be protected.

Data encapsulation is an oriented programming language, and the encapsulation is used to refer one of two distinct notions.

"

Similar questions