June 2018
Beginner
722 pages
18h 47m
English
We have mentioned encapsulation and interface many times and in different contexts. It was neither accidental nor intentional. It was unavoidable. Encapsulation and interface were born out of necessity to keep the implementation hidden as much as possible. It addresses two problems that plagued early programming:
OOP is a successful solution. It ensures controlled access to the data (object state) and flexibility (freedom to change) the implementation as needed as long as the interface is not changed. In addition, it helps to organize the design and development of software. ...
Read now
Unlock full access