|
Re: Encapsulation
Encapsulation is a part of Java programmings structure. All Object Oriented programming uses encapsulation. When you refer to encapsulation you are just saying that something is contained in something else, i.e methods are contained inside a class therefore they are encapsulated in the class.
|