Computer Science, asked by kunal934, 1 year ago

how does a class encapsulate​

Answers

Answered by Anonymous
0

\huge\mathbb\red{BONJOUR,}

\huge\mathfrak{Answer:}

Technically in encapsulation, the variables or data of a class is hidden from any other class and can be accessed only through any member function of own class in which they are declared. As in encapsulation, the data in a class is hidden from other classes, so it is also known as data-hiding.

<font color ="purple"><marquee behavior ="alternate"> ~♥~~♥~Hope It Helps~♥~~♥~</font color ="purple "></marquee behavior="alternate">

\huge\mathfrak{Regards}

\huge\mathbb\red{Aaravxxx}

Answered by Anonymous
1

Answer:

Encapsulation in Java is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit. In encapsulation, the variables of a class will be hidden from other classes, and can be accessed only through the methods of their current class.

hope it helps

Be Brainly

Similar questions