Computer Science, asked by vaishukp1952, 1 year ago

Which of the following is provided using encapsulatio.

Answers

Answered by ibolbam
4

Encapsulation is one of the feature and fundamental aspects of object oriented program or OOP.

It is mainly used for bundling data and methods that work on that data within one unit.

For example, class in Java is an object oriented program, and encapsulation can be used for separating of data and methods.

Similar questions