Home Segments Index Top Previous Next

731: Mainline

To design the header and link classes, you need to answer the following questions:

For the moment, you can defer the private–protected–public question by making all member variables and member functions public. Later, with all the answers to the other questions behind you, you can make the adjustments that sensibly allocate the member variables and member functions to the appropriate portions of the class definitions.