June 2020
Intermediate to advanced
352 pages
8h 54m
English
Topics in This Chapter
When providing code to be reused by many programmers, it is important to separate the public interface from the private implementation. In an object-oriented programming language, this separation is achieved with classes. A class can evolve by changing the private implementation without affecting its users. ...