📅  最后修改于: 2022-03-11 14:55:28.403000             🧑  作者: Mango
Encapsulation:
Encapsulation is the mechanism of hiding of data implementation by
restricting access to public methods. Instance variables are kept
private and accessor methods are made public to achieve this.