Ramsey Solutions interview question

What is encapsulation?

Interview Answer

Anonymous

Aug 8, 2020

Encapsulation is typically referring to an object oriented programming concept. Encapsulation in OO programming is the concept of enclosing behavior and state (information) to an object that is predefined to the class that the object belongs to.