Encapsulation means wrapping up of Data and Code...this is what i got from data structures book...
Encapsulation is wrapping up of data and function together so that only the functions that are wrapped alongwith the data can access the data .The outcome of encapsulation is data hiding.