Oak Street Health Interview Question

What is Encapsulation in OOP?

Interview Answer

Anonymous

Apr 28, 2024

Encapsulation is one of the core concepts in object-oriented programming and describes the bundling of data and methods operating on this data into one unit.