Computer Science, asked by kaushlendravij4172, 9 months ago

Give an important example of encapsulation in java

Answers

Answered by bhairabxonowal1
2

Encapsulation in Java is a process of wrapping code and data together into a single unit, for example, a capsule which is mixed of several medicines. ... Now we can use setter and getter methods to set and get the data in it. The Java Bean class is the example of a fully encapsulated class.

Similar questions