Domanda di colloquio di Synechron

What is encapsulation?

Risposta di colloquio

Anonimo

16 set 2016

Encapsulation in Java is a mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.