Thread: Encapsulation
View Single Post
Old Mar 16th, 2008, 9:45 PM   #4
RainMan
Newbie
 
Join Date: Mar 2008
Posts: 7
Rep Power: 0 RainMan is on a distinguished road
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.
RainMan is offline   Reply With Quote