Pergunta de entrevista da empresa Ramsey Solutions

What is encapsulation?

Resposta da entrevista

Sigiloso

8 de ago. de 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.