<<< Difference between interface and implementation | Index | Two parts of the proper class design >>> |
It is very common to use classes of objects created by somebody else.
Libraries of classes are very common.
When using somebody else's objects in our programs, we become users of the class interface.
<<< Difference between interface and implementation | Index | Two parts of the proper class design >>> |