Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
The interface of a class consists of the public member functions and variables of that class.
Make interfaces easy to use correctly and hard to use incorrectly [1]. Document the interfaces so that they are usable by others [2]. Have at least one other developer review each interface [2].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.