Avanade Interview Question

What is encapsulation?

Interview Answer

Anonymous

Nov 12, 2012

In my words: Encapsulation is restricting access of code. Having restrictions prevents access from the outside world. This prevents code from being seen and not allowing it to be changed by other classes.