로딩
티스토리 데이터 처리 중입니다.

2.4 – Encapsulation

 2.4 – Encapsulation

2.4 – Encapsulation Besides attributes, a class also defines behaviors through methods. For an object of the class, the methods manipulate the attribute values or data in the object to achieve the actual behaviors.

You can expose certain methods to be accessible to objects of other classes, thus, providing an interface to use the class. Encapsulation helps with software changes.

The accessible i.....

원문 링크 : 2.4 – Encapsulation